![]() |
|
very strange: The requested URL 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: very strange: The requested URL not found (/thread-1545.html) |
very strange: The requested URL not found - Mistatoms - 2007-07-14 Hi wonderful zenphoto! Just need to get it to work! I feel i am almost there! I followed all instructions, managed to upload first set of images to albums folder, all respective folders are read/write but I have trouble viewing the images. Tried the test.php route http://doc.gold.ac.uk/~ffl/noaurelia/test.php but to no avail. Not quite sure which path and it should be fine since I was able to upload ?!?! Here http://doc.gold.ac.uk/~ffl/noaurelia/ everything is 'fine' (thumbnail not showing) but then it does not use the 'albums' folder in its path. Any ideas?? Tom very strange: The requested URL not found - kenoji - 2007-07-16 When you uploaded the images, did you use the system admin page? It will be the same if you use subdirectory for your albums (if you do). It doesnt link because it is just trying to open just the folder (I Think), I think it should say something like So check your code for index, do some debugging. In php, echo the link- echo getAlbumLinkURL(); Thats the first step... very strange: The requested URL not found - LeoStrauss - 2007-07-31 Hi, I am not sure but I think I have the same problem. http://www.stiftungleostrauss.com/zenphoto/ I uploaded both by the admin page and by FTP. When I try and access the gallery a page not found. I am not a php maven and beyond the basics can't follow much of the conversations it seems. I've spent a few hours trying to find an answer on the Forum and checked the permissions, etc. It seems like this problem is not rare and am suprised the FAQ doesn't deal with it. I'd like to keep ZenPhoto on the site -- is there a resource here that explain what to do in simple terms that the non-php guru can understand? very strange: The requested URL not found - LeoStrauss - 2007-08-02 Here is the .htaccess file I have. I gather this is often a problem with Page Not Found/no photos/no thumbnails showing up in the Admin Page from reading the forum. -FrontPage-IndexIgnore .htaccess /.?? ~ # /HEADER /README /_vti order deny,allow order deny,allow AuthName www.stiftungleostrauss.com Again, the problem with no pictures showing up (they are there by name in Admin but no thumb nail and have a red x) and no page ---- >>> http://www.stiftungleostrauss.com/zenphoto/ Sorry to be a pill and a newbie - would appreciate any help anyone could give. very strange: The requested URL not found - LeoStrauss - 2007-08-04 Here's the zp-config.php file, too. Still can't get ZenPhoto to work. Have reloaded latest version, checked and rechecked permissions, etc. very strange: The requested URL not found - sbillard - 2007-08-05 You have However, it may not be so simple. I'm guessing you are using FrontPage to manage your main site. FrontPage is really touchy about files in the site that it did not put there. So, it may be messing with you as well. Specially with the .htaccess file, but maybe also with some of the other folders ZenPhoto creates. I solved this delimma by putting my album in a subdomain. This keeps FrontPage's fingers off it. very strange: The requested URL not found - LeoStrauss - 2007-08-06 Hi, thanks for the reply. Am using Dreamweaver. Will hunt for the code i need in .htaccess here or if someone could put it up would be profoundly grateful. very strange: The requested URL not found - LeoStrauss - 2007-08-06 Hi Sbillard, Thanks for the tip -- I re-downloaded Zenphoto and the .htaccess file was 100% different than what I had before. How it got so funky no I idea, but will work from there. Appreciate your patience. very strange: The requested URL not found - LeoStrauss - 2007-08-08 Sbillard, I cheated and turned mod_rewrite = false in the config file so at least Zenphoto is working at http://www.stiftungleostrauss.com/zenphoto But I really wish I knew what to do with the .htaccess so i could have mod_rewrite= true . . . |