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
Posts: 16504
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
Posts: 20
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
Posts: 16504
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