I'm decidedly a newbie and have managed to get zenphoto partially working on my Nearlyfreespeech.net account, but i'm having some weird issues:
I can run setup.php with my account set to php_fast (safe mode on), if I switch to php-flex i get a server 500... so have been trying to get this going in php_fast.
I can log in and begin to administer but the tabs on the admin panel provide links that just say
http://zenphoto/whatever, they do not include the full site path and I get a server not found error, if i copy the link location and manually add www.mysite.com before the zenphoto path things seem to work, but albums and the like are also not displaying correctly... I think it must have to do with the paths not including the full url, but I have no idea how to fix this, or if it's even the problem. I've tried manually editing the .htaccess file Rewrite Base to include the full path (///www.mysite.com/zenphoto) but seems to cause things to break and setup.php just rewrites it to //zenphoto again and it does the same thing... help?
thanks!
Comments
`Options +FollowSymlinks`
Before the
`RewriteEngine On`
in the .htaccess file.
Hope this helps
Laurent
http://www.realhost.com//www.mysitednsname.com/zenphoto/etc...
gallery an albums broken.
any other suggesitons?
revision: gah! just tried logging off and then back on and now safari has broken js too... running setup again does not fix the problem from either browser... WTH?
further probing shows "object not found" errors in both browsers when attempting to view images in gallery after flushing browser cache.
Also on the zp-config file you can set the WEBPATH manually around line 69-70. Some servers need that. Otherwise you should probably contact your provider.
We recommend to disable safe mode:
http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#34
Btw, what is this frame for?