![]() |
|
Thunmbnails and pictures not showing - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Thunmbnails and pictures not showing (/thread-680.html) |
Thunmbnails and pictures not showing - tradclimber14 - 2006-07-18 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. Thunmbnails and pictures not showing - Chilifrei64 - 2006-07-18 does your server support mod-rewrite? 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? Thunmbnails and pictures not showing - tradclimber14 - 2006-07-18 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 Thunmbnails and pictures not showing - tradclimber14 - 2006-07-18 http://www.pokerinternships.com/zenphoto/index.php Thunmbnails and pictures not showing - Chilifrei64 - 2006-07-18 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 Thunmbnails and pictures not showing - tradclimber14 - 2006-07-18 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 Thunmbnails and pictures not showing - Chilifrei64 - 2006-07-18 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. Thunmbnails and pictures not showing - tradclimber14 - 2006-07-18 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?? Thunmbnails and pictures not showing - Chilifrei64 - 2006-07-18 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. Thunmbnails and pictures not showing - tradclimber14 - 2006-07-18 It is officially working thank you for all the help |