Clicking user id in the Log entries, admin dashboard

Ozeki

Joined: 2009-08-01
Posts: 20
Posted: Mon, 2009-09-28 20:59

OK, so I grabbed the latest code
gallery-gallery3-f9b351559c8ec826961fc17fc00c910133b4a43b

when I click on a username in the Log entries, admin dashboard I get:

So here's the error:
The page you requested, user/16, 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 [49]:
Event::run( system.routing )
index.php [86]:
require( system/core/Bootstrap.php )

tail of the log :

2009-09-28 20:55:41 +00:00 --- error: Uncaught Kohana_404_Exception: The page you requested, user/16, could not be found. in file system/core/Kohana.php on line 841

Ozeki at simnet.is

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22888
Posted: Tue, 2009-09-29 04:46

Please file a ticket:
https://sourceforge.net/apps/trac/gallery/newticket
you will need to register with with SF ( free )

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Ozeki

Joined: 2009-08-01
Posts: 20
Posted: Tue, 2009-09-29 16:46

Ok, I registered with SF and created a ticket

Ozeki at simnet.is