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.phpThe .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
Comments
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!