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
Posts: 113
Same here ... I figure the theme stuff just isn't ready yet.
Posts: 52
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.
Posts: 7994
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