Another G3 beta 1 error

adrianwackernah

Joined: 2009-06-10
Posts: 2
Posted: Wed, 2009-06-10 08:35

I installed G3 on my Mac and MAMP 1.7.2 for testing. First I got a blank screen after install but found the bug, I had to correct the port of the database in /var/database.php from localhost:8889 to localhost and put the port in the desired field for port.

All went fine til I created a new album. The album was created but I can not get in. Here the error I get:

Quote:
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 )

Any idea?

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Fri, 2009-06-12 08:43

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

 
adrianwackernah

Joined: 2009-06-10
Posts: 2
Posted: Sat, 2009-06-13 11:57

Thanks bharat, thats was it. Got another name and now it works.