![]() |
|
Incorrect path! Ignores "/albums/" in URL resulting in that nothing is 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: Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found (/thread-5602.html) |
Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - ThinkGallery - 2009-08-04 Hi, By some reason all files are [i]mypage.com/zenphoto/album1[/i] instead of [i]mypage.com/zenphoto/albums/album1[/i] Same with all pages, images and thumbs. Only page I can access is [i]mypage.com/zenphoto[/i]. I'm running this on my Mac and it seems that php (with GD), apache and mysql are ok. Also when uploading via webinterface the files are stored under albums but still searched for in zenphoto-folder. [b]EDIT:[/b]Also when manually adding the "/albums/" in the URL i only get a index of the files located there, in other words Zenphoto hasn't even created a working album. I get one warning on install that I have not found a way around. Perhaps there was a problem with the upload. You should check the following files: Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - acrylian - 2009-08-04
Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - ThinkGallery - 2009-08-04 Wonderful with fast replies.
Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - ThinkGallery - 2009-08-04 [b]UPDATE[/b] Very odd, but true: when I changed from the default theme to one with larger thumbnails they do display!! When changing back they disappeared again. It seems the thumbnails works on the themes with larger thumnbails. Tested both on Safari 4 and Firefox. In which case I just get 404-error page (Not found) when pressing any link on the startpage. And the thumbs arn't shown in the Zenphoto administration regardless of with theme I've chosen.. Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - acrylian - 2009-08-04
Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - ThinkGallery - 2009-08-04 Hmm... wiered.
Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - sbillard - 2009-08-04 No, turning mod_rewrite off is NOT the same as disabling the RewriteEngine in .htaccess. The former tells Zenphoto what kind of URLs to use. The latter disables the processing of Cruft friendly URLs. So if you turn off the RewriteEngine and leave the mod_rewrite option on you will get the 404 errors you note because the URLs will not be "rewritten" into the query form that is needed when there is no RewriteEngine. Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - ThinkGallery - 2009-08-04 Okey, I understand. Thank you. But for me turning on and off RewriteEngine in .htaccess doesn't change the result so there might be another problem aswell. I've checked that mod_rewrite is loaded. Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - sbillard - 2009-08-04 Thumbs not showing in admin is definately not a mod_rewrite issue. The back end does not use mod_rewrite. That is more likely a memory limitation as discussed in the troubleshooting guide. Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - lcyc - 2009-08-10 I'm having this same exact problem Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - lcyc - 2009-08-10 Also working locally on a mac (10.4.11 intel based) working on localhost to test the app...changing themes doesn't help me Incorrect path! Ignores "/albums/" in URL resulting in that nothing is found - sbillard - 2009-08-11 Same exact analysis. |