I installed it, ran setup and everything installed fine.
The only problem I am having is that the thumbnails and images are not displaying within the pages. I checked all the images in the cache folder and they are all there and valid. So they are getting created. I am new to php so I’m having problems troubleshooting this problem.
My zenphoto site test is http://www.risingtidesolutions.net/photo
Thanks
did you set the path overrides in the config.php.. That will normally fix that problem
Looks like it's not catching the ":" in the "http://" part of the path. If you set the path overrides already, stick the : in there. If not, set the WEBPATH path override to "http://www.risingtidesolutions.net/photo"
This is what i have for the path overrides:
define('WEBPATH', 'http://www.risingtidesolutions.net/photo');
define('SERVERPATH', 'C:\Inetpub\vhosts\risingtidesolutions.net\httpdocs\photo');
I just commented out the serverpath line
still not working
I changed the WEBPATH to '/photo' and it works perfect!
I knew it would be something simple.
Thanks...
This is an awesome app!