I have installed Zenphoto on the server and it works except for a few minor flaws. I am running an Apache 2.0 web server, with gd installed. The problem is when I upload the pictures. They are not shown in thumbnail form or if I go to the given link I cannot see the full pic. However I can see the full pic if I navigate directly to the directory the pic lives in. Like I said I think I have tried all the steps suggested by other forum postings, but none seem to fix the problem I am having with ZenPhoto.
Please help and Thanx in Advance.
does your server support mod-rewrite?
if yes - have you modified your .htaccess file
if no - did you disable it in your zp-config.php
what happens when you change mod-rewrite to false in the zp-config.php?
is this apache on a windows server?
have you tried manually setting the paths in the zp-config.php?
I do know if it supports mod-rewrite. So I have turned the mod-rewrite option off in the zp-config.php file. Since I changed mod-rewrite nothing new has happened, I also tryed setting the mod-rewrite option to true and editing the .htaccess file, but Iam still getting the same results. This is an Apache install on a Red Hat Linux Server. Here is the link to my site, if you wish to see my gallery, maybe this will better help diagnose the problem.
Thanx
Scott Crawford
it doesnt look like gd2 is enabled. it is unable to call one of its functions
http://www.pokerinternships.com/zenphoto/zen/i.php?a=scott&i=DSC02531.JPG&s=595
I am have gd2 installed, but the isntall of gd2 may need to be redone so I am going to recompile and install gd, hopefully giving the options for php. PHP was originally ignored because we only use perl, I guess not anymore.
thanx
one thing to note.. if php itself was compiled against anything prior to gd-1.8 then it wont work either.
but if your going to recompile I would assume it would be fairly recent technology..
just a note I guess.
I think that maybe I did not install php properly, giving it the ability to work with gd...I will try that again. Any other ideas??
other than to check your current config with a phpinfo() output I wouldnt know where else to begin. try reinstalling it.. add gd support and let us know how it goes.
It is officially working thank you for all the help