@todo _create NOT IMPLEMENTED when trying to click on any image - HELP!

phin

Joined: 2007-09-18
Posts: 8
Posted: Sun, 2009-10-25 02:04

Hey, I just installed Gallery3 on my system and went to import my pictures. The server import ran through and was able to import all 5k succesfully. When I click on the image, I get an error - the full text is as follows:

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( Albums_Controller Object
(
[resource_type:protected] => item
[uri] => URI Object
(
)

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

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

)
)

*

Kohana::instance( )

* system/core/Event.php [209]:

call_user_func( Array
(
[0] => Kohana
[1] => instance
)
)

* system/core/Bootstrap.php [55]:

Event::run( system.execute )

* index.php [86]:

require( system/core/Bootstrap.php )

The odd thing is, if I click on Edit album, all my pictures are there. I have the random image plugin installed and it is showing all of my gallery images without any issue as well. Has anyone ran into this?

The gallery in question is located at: http://www.lphin.com/gallery/

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-10-25 02:50

Upgrade to an experimental version:
FAQ: How do I upgrade?

There is a bug in the system for album names like movie and album(s) that could be part of your issue.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-10-25 02:53

Here is the relivent bug:
http://sourceforge.net/apps/trac/gallery/ticket/95

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
phin

Joined: 2007-09-18
Posts: 8
Posted: Sun, 2009-10-25 04:44

see, this is weird - I just installed the newest dev version (B33762a) by renaming my existing G3 install to gallery.old and extracting the zip file to /gallery3 and moving over the /var directory - now all I get is a blank white screen!

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Sun, 2009-10-25 08:18

You need to go to www.lphin.com/gallery/index.php/upgrader

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
phin

Joined: 2007-09-18
Posts: 8
Posted: Sun, 2009-10-25 16:32

yeah, saw that in the upgrade FAQ - I go to that URL and get the same exact blank white screen o.o

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Sun, 2009-10-25 17:19

There was a minor bug that was fixed. Get the latest code and it should work now.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
phin

Joined: 2007-09-18
Posts: 8
Posted: Sun, 2009-10-25 17:19

ok, I installed the new new dev version (576337c) and things came right up. Don't know what was up with the other version but this fixed it.

I cleared out the databases and created a new var directory - importing all the images again (ugh) and it appears to be working. Kudos to the G3 team and getting the server add option to work reliably - I had constant problems with it in G2 and it runs like a champ in the new version :)

Thanks for the help!