ZenphotoCMS Forum
Fatal error: Class 'Gallery' not found in template-functions.php on line 14 - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Fatal error: Class 'Gallery' not found in template-functions.php on line 14 (/thread-6208.html)



Fatal error: Class 'Gallery' not found in template-functions.php on line 14 - Vito Botta - 2009-11-30

Hi!

I have just installed ZenPhoto (v1.2.6 downloaded from the home) but while the administration is working fine, I can't get the gallery to work.

I get this error:

"Fatal error: Class 'Gallery' not found in /zp-core/template-functions.php on line 14"

Any idea? I am running Nginx 0.7.6.3 with PHP 5.3.0.
Thanks in advance for any help.
Vito




Fatal error: Class 'Gallery' not found in template-functions.php on line 14 - acrylian - 2009-11-30

Make sure that you really uploaded or replaced all files in case you upgraded. Note that we only test on Apache servers.




Fatal error: Class 'Gallery' not found in template-functions.php on line 14 - Vito Botta - 2009-11-30

Solved - in my PHP.INI I had this setting for APC:

apc.include_once_override = 1

Disabled that setting, it's working now.




Fatal error: Class 'Gallery' not found in template-functions.php on line 14 - acrylian - 2009-11-30

Great.