Member
Member
zachbarrett   2006-05-08, 19:12
#1
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
Member
Member
Chilifrei64   2006-05-08, 19:26
#2
did you set the path overrides in the config.php.. That will normally fix that problem
Developer
Developer
trisweb   2006-05-08, 19:54
#3
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"
Member
Member
sybold   2006-05-08, 20:04
#4
same problem here even with http:// in front it doesn't work
Developer
Developer
trisweb   2006-05-08, 20:04
#5
Ah, now it seems your server path is off. Make sure that line is still commented out. You just want the WEBPATH one.
Member
Member
zachbarrett   2006-05-08, 20:06
#6
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');
Member
Member
zachbarrett   2006-05-08, 20:09
#7
I just commented out the serverpath line

still not working
Member
Member
sybold   2006-05-08, 20:19
#8
@zachbarrett
are you using the subalbums branch svn?
Developer
Developer
trisweb   2006-05-08, 20:21
#9
Sorry zach, the WEBPATH should just be "/photo"

That should work.
Member
Member
zachbarrett   2006-05-08, 21:01
#10
I changed the WEBPATH to '/photo' and it works perfect!
I knew it would be something simple.

Thanks...
This is an awesome app! Smile
Developer
Developer
trisweb   2006-05-08, 21:05
#11
No prob. Glad to help Smile Enjoy.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.