When I click on gallery2 import I get an error.
So here's the error:
The requested view, admin.html, could not be found
File: system/core/Kohana.php, line: 1162
And here's how we got there:
system/libraries/View.php [84]:
Kohana::find_file( views, admin.html, 1 )
system/libraries/View.php [50]:
View_Core->set_filename( admin.html )
modules/gallery/libraries/MY_View.php [27]:
View_Core->__construct( admin.html )
modules/gallery/libraries/Admin_View.php [36]:
View->__construct( admin.html )
modules/g2_import/controllers/admin_g2_import.php [31]:
Admin_View_Core->__construct( admin.html )
Admin_g2_import_Controller->index( )
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] => index
)
)
Admin_Controller->__call( g2_import )
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
(
)
)
)
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 )
--
http://www.Dragpix.net/
Posts: 34
I fully reinstalled Gallery3 beta3. I noticed that you can select the Import from Gallery2 when the module isn't turned on in the admin module page.
I now get this when I enter a path to embed.php from G2.
So here's the error: @todo FORBIDDEN File: modules/gallery/helpers/access.php, line: 189 And here's how we got there: modules/gallery/helpers/access.php [390]: access_Core::forbidden( ) modules/g2_import/controllers/admin_g2_import.php [45]: 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 ( [0] => Kohana [1] => instance ) ) system/core/Bootstrap.php [55]: Event::run( system.execute ) index.php [86]: require( system/core/Bootstrap.php )--
http://Dragpix.net/
Posts: 16503
Are there any entries in your log files located in /var/logs?
Can you post a link to phpinfo?
FAQ: How do I create a phpinfo page?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 34
There is no errors in logs, I checked before posting.
PHPINFO
--
http://Dragpix.net/
Posts: 16503
FYI, G3 is only supported on Apache 2.2
But I've done a G2 import on Lighty (a long time ago)
What version of G2 is running on the server?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 34
v2.3, I'll switch over to apache and see how it goes. It's only on a dev VPS atm.
--
http://Dragpix.net/
Posts: 34
I've moved over too Apache now and when I click save on the path to embed.php it goes to a white page.
not sure if this is related but
2009-10-09 19:42:00 +10:00 --- error: Uncaught Exception: @todo _create NOT IMPLEMENTED in file modules/gallery/controllers/rest.php on line 133that was in the error log.
--
http://Dragpix.net/
Posts: 16503
Grab the latest experimental code and give it a go again. I'm wondering if a change committed in the last couple of days might have addressed this.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here