Admin - Dashboard - Choose a Theme hyper link error

morton

Joined: 2005-09-19
Posts: 52
Posted: Sun, 2009-06-07 22:09

Under the Dashboard Appearance choose a theme error as follows.

So here's the error:
The page you requested, admin/theme, could not be found.
File: system/core/Kohana.php, line: 841

And here's how we got there:
modules/gallery/controllers/admin.php [47]:
Kohana::show_404( )
Admin_Controller->__call( theme )
system/core/Kohana.php [291]:
ReflectionMethod->invokeArgs( Admin_Controller Object
(
[theme:private] =>
[uri] => URI Object
(
)

[input] => Input Object
(
[use_xss_clean:protected] => 1
[magic_quotes_gpc:protected] =>
[ip_address] =>
)

)
, Array
(
[0] => theme
[1] => Array
(
)

)
)
system/core/Event.php [209]:
Kohana::instance( )
system/core/Bootstrap.php [55]:
Event::run( Array
(
[0] => Kohana
[1] => instance
)
, Array
(
[0] =>
)
)
index.php [72]:
require( system/core/Bootstrap.php )

Could be that there are no other Themes?

Cheers!
Steve

Login or register to post comments
windracer

Joined: 2007-03-05
Posts: 44
Posted: Mon, 2009-06-08 16:43

Same here ... I figure the theme stuff just isn't ready yet.

Login or register to post comments
morton

Joined: 2005-09-19
Posts: 52
Posted: Mon, 2009-06-08 22:30

Yea, kind of what I thought. I'm looking at the default theme now to see if I can figure out some of it. Quite different form the G2 themes. I've also downloaded and installed Kohana in an attempt to learn about it.

Login or register to post comments
bharat
bharat's picture

Joined: 2002-05-21
Posts: 6103
Posted: Tue, 2009-06-09 04:33

Oops, yeah that links is broken. It's supposed to be admin/themes (note the s at the end). I've fixed this in Git, if you get the latest code you'll have the fix. Thanks!
---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git

Login or register to post comments