![]() |
|
how to be more specific- new install, no photos showing up? - 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: how to be more specific- new install, no photos showing up? (/thread-1331.html) |
how to be more specific- new install, no photos showing up? - lackhead - 2007-03-29 Hey there- I've looked through the postings here about installation problems and no images showing up, but I've not found the solution to my problem. I'm new to zenphoto so I apologize in advance if my problem turns out to be dumb, but I've checked the .htaccess file (rewrite is working fine), I've checked permissions, and I am running version 1.0.8.2. And yes, I've tried reinstalling from scratch. Here's my site: http://www.lackhead.org/zenphoto As you can see, ZP sees that I have uploaded some pictures into a test album called "barfoo". It sees the names of the images, but no images show up (just the file names). I've tried uploading through the admin panel, ftp, etc. I can see the images if I go directly to an image, like: http://www.lackhead.org/zenphoto/albums/barfoo/IMG_0010.jpg Is there something I need to do to get thumbs or images processed? I see directories getting created in the cache directory, but nothing ever shows up in the directories. Again, thanks you guys for the help. This looks like an easy and professional looking package, and since I'm already using Wordpress I'm excited about being able to merge the two. I just need to get it working first. Cheers, -c how to be more specific- new install, no photos showing up? - lackhead - 2007-03-29 FYI- if you want my php info, just go to http://www.lackhead.org/zenphoto/info.php. Thanks! -c how to be more specific- new install, no photos showing up? - Chilifrei64 - 2007-03-30 it appears as if jpeg support was not included with your version of GD. also on your info page it lists gif and png supported but no jpeg support how to be more specific- new install, no photos showing up? - trisweb - 2007-03-30 Hm, there's a check to add... never thought someone would have GD without JPEG support! I believe Daniel's right lackhead. :-) how to be more specific- new install, no photos showing up? - lackhead - 2007-03-30 Weird; this is just a stock Ubuntu 6.06 build with libdb2 installed. Hmmm, I did hand-compile php so lemme double-check my configure options.... -c how to be more specific- new install, no photos showing up? - lackhead - 2007-03-30 Ok, turns out PHP was not picking up libjpeg in /usr/lib. I had to specifically put in a --with-jpeg-dir=/usr/lib for some reason. Anyway, it is working now....sorry for being a dumbass, and I really do appreciate the quick and insightful help! I have to say the speed and quickness I saw in the forums here was one big factor in why I'm using this package. Thanks so much for all of your hard work! -c |