![]() |
|
Images "Not Found" - 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: Images "Not Found" (/thread-675.html) |
Images "Not Found" - jimhere - 2006-07-14 Now that I'm successfully logged into ZP's admin, I can't get it to show thumbs or images. Similar to some recent threads: I uploaded OK, my albums and cache folders are at 777, but no picts: Should other items be set to 777 too? Images "Not Found" - trivialpursuits - 2006-07-14 well, atleast I have some company. this was getting extremely frustrating. Jim, can't offer too much help at this time, except to suggest that a mod-rewrite true helps to some degree. Do you have any thumbs in ur cache folder ? Images "Not Found" - jimhere - 2006-07-14 I do Not have thumbs in the cache folder. I thought the ZP machine generated them, but there's nothing in the admin section about this. I did see something about Thumb sizes toward the bottom of zp-config.php, but I don't know what to make of it... Images "Not Found" - Chilifrei64 - 2006-07-15 jimhere, trivialpursuits, Images "Not Found" - jimhere - 2006-07-15 I'm not sure what a wamp server is, but I did install "test.php" as suggested, so here's the server info: Also, in my config file is: As far as the comment: Images "Not Found" - Chilifrei64 - 2006-07-15 the .htaccess file you need to edit will be in the root zenphoto directory. If that one is empty. re-download the zenphoto package and pull it out of there. modify the rewrite base to say /zenphoto According to your config, you do have mod-rewrite but there is definatly a problem with .htaccess file. Images "Not Found" - MrNeoplex - 2006-07-15 Try changing $conf['mod_rewrite'] = true; to $conf['mod_rewrite'] = false; and then try to access your gallery. If that helps, you know that the problems is with the rewriting. I had the same problem, and what did it for me was a look in the apache2-config, and making sure that you don't have a AllowOverride None in effect for the file scope in question. Images "Not Found" - jimhere - 2006-07-15 MrNeoplex, that totally worked! When Chilifrei64 said "it doesnt look like mod-rewrite is enabled" I thought that meant it was supposed to be enabled (true). But "false" did it. Someday I'll understand the database side of php. But now on to skinning! Images "Not Found" - Chilifrei64 - 2006-07-15 I guess I should of been more clear. For mod rewrite to work with zenphoto, it has to be enabled in 2 spots.
now, jimhere.. according to your test.php.. modrewrite is enabled but it is not necessary. If you got it working i would just leave it but if you wanted clean url's maybe look into it more. |