ZenphotoCMS Forum
Can see Admin screens but Gallery pages are blank - 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: Can see Admin screens but Gallery pages are blank (/thread-812.html)



Can see Admin screens but Gallery pages are blank - jsmackey - 2006-09-20

This is my gallery page:

http://www.thescoop-cg.com/zenphoto/

Yes, it's blank. That's my issue.

The admin pages work just fine:

http://www.thescoop-cg.com/zenphoto/zen/admin.php

The .htaccess file in my zenphoto directory has this configured:

" RewriteBase /zenphoto "

My entire zenphoto directory tree and files are all chmod 777. Cookies have been flushed. Cache has been flushed...

So the question is why is the admin pages working fine but I get a blank screen for the actual gallery itself?

Any insight would be great.

~ Jeff




Can see Admin screens but Gallery pages are blank - clam - 2006-11-09

http://www.zenphoto.org/support/topic.php?id=917#post-4887

I was able to fix this issue on my server by changing my php.ini file:

Find the line "zend.ze1_compatibility_mode = off" and change it to "zend.ze1_compatibility_mode = on" (without the quotes).

Good Luck!