seanspeng
29th of February 2004 (Sun), 14:39
First Issue:
I was trying to restore from the "database backup set", and I got this error message:
Notice: ob_end_flush() failed to delete and flush buffer. No buffer to delete or flush. in /gallery/..../backup/index.php on line 1752
Second Issue:
I have a slideshow addon to attachment mod for phpbb2. After EE upgrade, the attachmend mod slideshow page gives me errors related to user variable. I don't know if this is related to EE upgrade, but I would like to ask if this is possible cause.
Warning: asort() expects parameter 1 to be array, string given in /www/html/forum/slideshow.php on line 169
Warning: Variable passed to each() is not an array or object in //www/html/forum/slideshow.php on line 171
Warning: Cannot add header information - headers already sent by (output started at /www/html/forum/slideshow.php:169) in /html/forum/includes/page_header.php on line 591
Warning: Cannot add header information - headers already sent by (output started at /www/html/forum/slideshow.php:169) in /www/html/forum/includes/page_header.php on line 593
Warning: Cannot add header information - headers already sent by (output started at /www/html/forum/slideshow.php:169) in /www/html/forum/includes/page_header.php on line 595
Below is line 168 to line 171 as indicated in the above file.
$u = array( ($malbum) ? -999 : $this['user_id'] );
asort ($user);
@reset ($user);
while (list($key, $text) = each($user))
Pekka, thank you very much in advance for helping me.
I was trying to restore from the "database backup set", and I got this error message:
Notice: ob_end_flush() failed to delete and flush buffer. No buffer to delete or flush. in /gallery/..../backup/index.php on line 1752
Second Issue:
I have a slideshow addon to attachment mod for phpbb2. After EE upgrade, the attachmend mod slideshow page gives me errors related to user variable. I don't know if this is related to EE upgrade, but I would like to ask if this is possible cause.
Warning: asort() expects parameter 1 to be array, string given in /www/html/forum/slideshow.php on line 169
Warning: Variable passed to each() is not an array or object in //www/html/forum/slideshow.php on line 171
Warning: Cannot add header information - headers already sent by (output started at /www/html/forum/slideshow.php:169) in /html/forum/includes/page_header.php on line 591
Warning: Cannot add header information - headers already sent by (output started at /www/html/forum/slideshow.php:169) in /www/html/forum/includes/page_header.php on line 593
Warning: Cannot add header information - headers already sent by (output started at /www/html/forum/slideshow.php:169) in /www/html/forum/includes/page_header.php on line 595
Below is line 168 to line 171 as indicated in the above file.
$u = array( ($malbum) ? -999 : $this['user_id'] );
asort ($user);
@reset ($user);
while (list($key, $text) = each($user))
Pekka, thank you very much in advance for helping me.