I'm getting this:
on _parser_stack_last_elem ($parser_stack) {
// if no elements in stack
if (!count ($parser_stack)) {
return null;
} else {
$elem = array_pop ($parser_stack);
return $elem;
}
}
}
in the <title> header of my gallery. anyone know how to solve this?
I upgraded from G2 alpha 4.
----
Gallery URL http://www.arine.org/gallery
Gallery version: 2 beta 1
Webserver (with version): Apache 1.3.33 (Unix)
Datatabase (with version): MySQL 4.0.22-standard-log
PHP version (eg 4.2.1): 4.3.10
Graphics Toolkit(s):GD, ImageMagick
Operating system:
Web browser/version: IE,Firefox
G1 version (for migration bugs):
Posts: 32509
strange.
assuming you have beta 1, try this:
yourgalleryurl/lib/tools/test/
and hit FlushTemplates & FlushCache
if you have a more recent nightly snapshot, you can do the same in Site Admin->Maintenance.
Posts: 4
followed your suggestion, to no avail. Perhaps I should upgrade again, to a nightly?
Posts: 8601
your lib/bbcode/bbcode.class file is corrupt.. reupload it.
also start the installer (install/index.php) and go up to step 2.. see if the File integrity check tells you if any other files are modified/corrupt.
Posts: 4
thank you mindless, problem solved. even though the file size was exactly the same, but re-uploading fixed it.