[SOLVED] strange statement in gallery title

HarolddeBoer

Joined: 2005-01-18
Posts: 4
Posted: Sun, 2005-04-03 14:25

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):

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sun, 2005-04-03 14:39

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.

 
HarolddeBoer

Joined: 2005-01-18
Posts: 4
Posted: Sun, 2005-04-03 18:07

followed your suggestion, to no avail. Perhaps I should upgrade again, to a nightly?

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-04-03 18:29

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.

 
HarolddeBoer

Joined: 2005-01-18
Posts: 4
Posted: Sun, 2005-04-03 20:22

thank you mindless, problem solved. even though the file size was exactly the same, but re-uploading fixed it.