I am getting the following error for one of my albums:
So here's the error:
The page you requested, ajmas/worldtour2004/11 - Australia/DSC_8436.JPG, could not be found.
File: system/core/Kohana.php, line: 841
And here's how we got there:
*
Kohana::show_404( )
* system/core/Event.php [209]:
call_user_func( Array
(
[0] => Kohana
[1] => show_404
)
)
* system/libraries/Router.php [163]:
Event::run( system.404 )
*
Router_Core::setup( )
* system/core/Event.php [209]:
call_user_func( Array
(
[0] => Router
[1] => setup
)
)
* system/core/Bootstrap.php [50]:
Event::run( system.routing )
* index.php [88]:
require( system/core/Bootstrap.php )
I go on disk to var/albums and the apparently missing path is indeed there. The image can be opened in an image editor. The owner of the image is _www, which matches the user running httpd.
Note: MacOS X 10.6, Apache 2.2 via MacPorts, Gallery 3.0 beta 3
Posts: 16503
At the moment if you have removed the Everybody group from viewing you cannot have spaces, ~ or ' characters in the file or directory names. It's being worked on
http://sourceforge.net/apps/trac/gallery/ticket/812
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16503
Scratch that, it's been fixed. Upgrade to the latest experimental code:
http://codex.gallery2.org/Gallery3:Upgrading
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 26
The Everybody group has viewing permissions for the album in question. I upgraded to the latest experimental version as suggested, but that changed nothing.
Edit: Going in and removing the spaces from the "Internet Address", in the "Edit Album" option resolved the issue. At the same time it would be nice if the "modify" button took us back to the same page which we were on. For example if I was on page two of the parent album, I currently end up back on page one.
Posts: 16503
I agree, ticked created: http://sourceforge.net/apps/trac/gallery/ticket/859
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here