G2 Import problem

tomh1000

Joined: 2004-05-12
Posts: 20
Posted: Tue, 2009-06-30 11:31

Not having any luck with the Import mod. Here is the error I get.

modules/gallery/helpers/access.php [360]:
access_Core::forbidden( )
modules/g2_import/controllers/admin_g2_import.php [42]:
access_Core::verify_csrf( )
Admin_g2_import_Controller->save( )
modules/gallery/controllers/admin.php [50]:
call_user_func_array( Array
(
[0] => Admin_g2_import_Controller Object
(
[theme:private] =>
[uri] => URI Object
(
)

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

)

[1] => save
)
)
Admin_Controller->__call( g2_import, Array
(
[0] => save
)
)
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] => g2_import
[1] => Array
(
[0] => save
)

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

Any ideas?
Thanks,
Tom

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2009-06-30 11:56

Are you using current code from Git or the Beta 1 release?

Anything in your /var/logs directory?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
tomh1000

Joined: 2004-05-12
Posts: 20
Posted: Tue, 2009-06-30 14:03
nivekiam wrote:
Are you using current code from Git or the Beta 1 release?

Anything in your /var/logs directory?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

Thanks for the reply,

Yes I am running the Beta 1 version and here is what is in my logs file

<?php defined('SYSPATH') or die('No direct script access.'); ?>
2009-06-30 07:20:39 -04:00 --- error: Uncaught Exception: @todo FORBIDDEN in file modules/gallery/helpers/access.php

on line 176
2009-06-30 07:23:17 -04:00 --- error: Uncaught Exception: @todo FORBIDDEN in file

modules/gallery/helpers/access.php on line 176
2009-06-30 07:26:53 -04:00 --- error: Uncaught Exception: @todo FORBIDDEN in file modules/gallery/helpers/access.php

on line 176
2009-06-30 07:27:04 -04:00 --- error: Uncaught Exception: @todo FORBIDDEN in file

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2009-06-30 15:27
Quote:
Yes I am running the Beta 1 version and here is what is in my logs file

Try upgrading to the latest code, not the official release, but the latest experimental version:
http://codex.gallery2.org/Gallery3:Upgrading
or
http://codex.gallery2.org/Gallery:Using_Git

There have been lots of changes since B1 was released including work on the G2 import module.

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