![]() |
|
Main image file does not exist error - 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: Main image file does not exist error (/thread-60.html) |
Main image file does not exist error - mykidisgollum - 2005-09-30 Clicking on a thumbnail nets me this: /htdocs/www/zp/albums/dave!=Winter.jpg I don't see the main image! Is the error - there is a file there though!!!! everything else appears fine - just can't see the main image - even though it exists. Yes, I've CHMOD 777 on albums and cache, 775 on everything else. turning mod_rewerite on or off doesn't seem to affect Main image file does not exist error - trisweb - 2005-09-30 It's something to do with the album name... which seems to be "dave!=Winter.jpg" ... which is just weird. Is the directory named funny? Main image file does not exist error - qster - 2005-10-10 Hey, I had this problem too.. after a while I figured it. I think it was dreamweaver for me, although it didn't change the file it certainly did something wrong.. I used ultraedit and changed the last line from index.php?album=$1!=$2 [QSA,L] to index.php?album=$1&image=$2 [QSA,L] Hope that helps Main image file does not exist error - RogerUsh - 2005-10-23 I am having the same problem too: `/home/jhsu/imagebaker.com/dwho/v1.0/portfolio/albums/hkg05-people!=01_6161796.jpg Album hkg05-people!=01_6161796.jpg does not exist.` Could someone please clarify what line to change in what document that qster refered to? Any ideas what is causing it? Main image file does not exist error - RogerUsh - 2005-10-23 Found it. It's the last line of the .htaccess file and it worked. Thanks for the tip. Any ideas what causes the last line to be written incorrectly to begin with? I didn't have this problem the first time I installed ZP... |