Hi all,
I just upgraded the code to the current SVN version, and broke my site :-) It was using the zpFocus theme, and dies near the end of my album menu. Long story short, the problem is reproducible with the default ZenPage theme, if I change the $showsubs parameter in the sidebar.php file from false to true, to show sub-albums. One of my albums, in which are a couple dynamic albums, fails and further output is cut off.
The error in the system log (using Win7) is:
php[42308]
PHP Fatal error: Class name must be a valid object or a string in C:\Dragonfly Images\Website\zp-core\class-search.php on line 1119
Let me know what else I can do or what other info is needed to help diagnose! thanks.
Comments
$album = new Album(new gallery(), $albumname);
instead of:
$album = new Album(new $gallery(), $albumname);