So here's the error:
@todo _create NOT IMPLEMENTED
File: modules/gallery/controllers/rest.php, line: 133
And here's how we got there:
modules/gallery/controllers/rest.php [81]:
REST_Controller->_index( )
REST_Controller->__call( index )
system/core/Kohana.php [291]:
ReflectionMethod->invokeArgs( Movies_Controller Object
(
[resource_type:protected] => item
[uri] => URI Object
(
)
[input] => Input Object
(
[use_xss_clean:protected] => 1
[magic_quotes_gpc:protected] =>
[ip_address] =>
)
)
, Array
(
[0] => index
[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 )
Posts: 7994
Did you, by any chance, name your album "movies"? Sounds like you're hitting this bug: http://sourceforge.net/apps/trac/gallery/ticket/95 -- workaround: pick a different name for your album.
---
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
Posts: 2
Thanks bharat, thats was it. Got another name and now it works.