![]() |
|
Don't see the pictures I've uploaded - 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: Don't see the pictures I've uploaded (/thread-521.html) |
Don't see the pictures I've uploaded - stg_elburg - 2006-05-21 http://www.leviosa.nl/fotoalbum/ This is my photoalbum, but I don't see any pictures... only a cross. Don't see the pictures I've uploaded - Chilifrei64 - 2006-05-21 you have to change your mod-rewrite base in your htaccess file in the zproot to reflect your zenphoto installation directory which yours should be /fotoalbum Don't see the pictures I've uploaded - stg_elburg - 2006-05-21 this is what i got: !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!RewriteBase /fotoalbum/albums and this doesn't work either: !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!RewriteBase /fotoalbum Don't see the pictures I've uploaded - ayot - 2006-05-22 Try this: It works for me. Don't see the pictures I've uploaded - ayot - 2006-05-22 One more remark... It works fine except upload pics via admin panel. So, ftp rulez. Don't see the pictures I've uploaded - trisweb - 2006-05-22 Nope, on the OP (sgt_elburg), it's a permissions problem for the cache directory.
Don't see the pictures I've uploaded - stg_elburg - 2006-05-22 @ AJ : the pictures are working now, but the tumbnails aren't working... Don't see the pictures I've uploaded - trisweb - 2006-05-23 This is the error I get when I try to visit the thumbnail:
As I said, you need to set the permissions on the cache directory to 777. That really should work... The only reason some of your main images are showing up is because they're small enough that they don't need to be resized, so ZP just redirects straight to the original. Don't see the pictures I've uploaded - trisweb - 2006-05-23 You actually have another error with a PHP memory limitation on some of your other images:
See this post for more info on this problem, which you'll likely run into after fixing your permissions... http://www.zenphoto.org/support/topic.php?id=8#post-663 Don't see the pictures I've uploaded - stg_elburg - 2006-05-23 The're alright now, but I still can't see the tumbnails... Don't see the pictures I've uploaded - stg_elburg - 2006-05-24 anyone? Don't see the pictures I've uploaded - trisweb - 2006-05-25 What, I'm not good enough? I already said this, but I'll say it again: this is how you fix your [i]thumbnails[/i]:
Please listen to me, I'm the lead developer. ;-) The fact that the pictures are working is irrelevant, because they're not processed if they're already small, which yours are. Here's what I'm getting when I visit a thumbnail, so you can see the error: Thumbnail error message. |