Admin-Funktion Gallery 3.0.7.

Sealstamp

Joined: 2013-01-19
Posts: 4
Posted: Mon, 2013-05-20 19:55

Ich habe heute die neue Gallery 3.0.7. installiert.
Anbieter 1und1.de
PHP 5.4
MySQL5

Alles funktioniert soweit ..ausser.. wenn ich irgendeinen Punkt im Admin aufrufen will, kommt folgende Fehlermeldung:

*********************************************************************

Hey wait, you're an admin! We can tell you stuff.

There's an error message below and you can find more details in gallery3/var/logs (look for the file with the most recent date on it). Stuck? Stop by the Gallery 3 Forums and ask for help. You can also look at our list of open tickets to see if the problem you're seeing has been reported. If you post a request, here's some useful information to include:
Platform information

Host name: Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux
Operating system: Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux
Apache: Unknown
PHP: 5.4.15
MySQL: 5.1.67-log
Server load: 2.28 2.14 2.43
Graphics toolkit: imagemagick

Gallery stats

Version: 3.0.7 (Rive Droite)
Albums: 1
Photos: 10

Kohana_Exception [ Framework Error ]: The requested views, admin.html, could not be found

SYSPATH/core/Kohana.php[ 810 ]
805 if ($found === NULL)
806 {
807 if ($required === TRUE)
808 {
809 // If the file is required, throw an exception
810 throw new Kohana_Exception('The requested :resource:, :file:, could not be found', array(':resource:' => __($directory), ':file:' =>$filename));
811 }
812 else
813 {
814 // Nothing was found, return FALSE
815 $found = FALSE;

SYSPATH/libraries/View.php[ 83 ] » Kohana_Core::find_file( arguments )

SYSPATH/libraries/View.php[ 49 ] » View_Core->set_filename( arguments )

MODPATH/gallery/libraries/MY_View.php[ 62 ] » View_Core->__construct( arguments )

MODPATH/gallery/libraries/Admin_View.php[ 30 ] » View->__construct( arguments )

MODPATH/gallery/controllers/admin_advanced_settings.php[ 22 ] » Admin_View_Core->__construct( arguments )

{PHP internal call} » Admin_Advanced_Settings_Controller->index()

MODPATH/gallery/controllers/admin.php[ 62 ] » call_user_func_array( arguments )

{PHP internal call} » Admin_Controller->__call( arguments )

SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments )

{PHP internal call} » Kohana_Core::instance( arguments )

SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )

APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments )

DOCROOT/index.php[ 116 ] » require( arguments )

Environment

***********************************************
hat jemand ne Idee? Danke

Joachim
in Ostwestfalen daheim, in der Welt zu Hause

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-05-20 21:05
 
Sealstamp

Joined: 2013-01-19
Posts: 4
Posted: Tue, 2013-05-21 16:30

Hello Dave, sorry my english isn`t the best;-)

Thx for the Instruction-Link. Have step by step follow the Instruction. this Info from 1and1 for .htaccess

Für PHP 5.4.x (Die aktuelle Standard-PHP-Version):
AddType x-mapp-php6 .php
AddHandler x-mapp-php6 .php

Für PHP 5.2.x:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

If i edit the database.php lines "port" and "socket" (origin false,) , the Gallery not started, if port and socket false, the Gallery started

here are the Error Description:

Hey wait, you're an admin! We can tell you stuff.

There's an error message below and you can find more details in gallery3/var/logs (look for the file with the most recent date on it). Stuck? Stop by the Gallery 3 Forums and ask for help. You can also look at our list of open tickets to see if the problem you're seeing has been reported. If you post a request, here's some useful information to include:
Platform information

Host name: Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux
Operating system: Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux
Apache: Unknown
PHP: 5.4.15
MySQL: 5.1.67-log
Server load: 2.14 2.57 2.72
Graphics toolkit: imagemagick

Gallery stats

Version: 3.0.7 (Rive Droite)
Albums: 0
Photos: 0

Kohana_Exception [ Framework Error ]: The requested views, admin.html, could not be found

SYSPATH/core/Kohana.php[ 810 ]
805 if ($found === NULL) 806 { 807 if ($required === TRUE) 808 { 809 // If the file is required, throw an exception 810 throw new Kohana_Exception('The requested :resource:, :file:, could not be found', array(':resource:' => __($directory), ':file:' =>$filename)); 811 } 812 else 813 { 814 // Nothing was found, return FALSE 815 $found = FALSE;

SYSPATH/libraries/View.php[ 83 ] » Kohana_Core::find_file( arguments )

SYSPATH/libraries/View.php[ 49 ] » View_Core->set_filename( arguments )

MODPATH/gallery/libraries/MY_View.php[ 62 ] » View_Core->__construct( arguments )

MODPATH/gallery/libraries/Admin_View.php[ 30 ] » View->__construct( arguments )

MODPATH/gallery/controllers/admin_dashboard.php[ 22 ] » Admin_View_Core->__construct( arguments )

{PHP internal call} » Admin_Dashboard_Controller->index()

MODPATH/gallery/controllers/admin.php[ 62 ] » call_user_func_array( arguments )

{PHP internal call} » Admin_Controller->__call( arguments )

SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments )

{PHP internal call} » Kohana_Core::instance( arguments )

SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )

APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments )

DOCROOT/index.php[ 116 ] » require( arguments )

********
maybe you have a idea. Thx a lot

Joachim

in Ostwestfalen daheim, in der Welt zu Hause

 
Sealstamp

Joined: 2013-01-19
Posts: 4
Posted: Tue, 2013-05-21 17:56

in Ostwestfalen daheim, in der Welt zu Hause

 
Sealstamp

Joined: 2013-01-19
Posts: 4
Posted: Tue, 2013-05-21 17:59

after a complete new installation (sql-database, ... edit .htaccess, database.php with complete information port and socket)is that the result

Platform information

Host name: Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux
Operating system: Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux
Apache: Unknown
PHP: 5.4.15
MySQL: 5.1.67-log
Server load: 1.82 2.09 2.29
Graphics toolkit: imagemagick

Gallery stats

Version: 3.0.7 (Rive Droite)
Albums: 0
Photos: 0

Kohana_Exception [ Framework Error ]: The requested views, admin.html, could not be found

SYSPATH/core/Kohana.php[ 810 ]
805 if ($found === NULL) 806 { 807 if ($required === TRUE) 808 { 809 // If the file is required, throw an exception 810 throw new Kohana_Exception('The requested :resource:, :file:, could not be found', array(':resource:' => __($directory), ':file:' =>$filename)); 811 } 812 else 813 { 814 // Nothing was found, return FALSE 815 $found = FALSE;

SYSPATH/libraries/View.php[ 83 ] » Kohana_Core::find_file( arguments )

SYSPATH/libraries/View.php[ 49 ] » View_Core->set_filename( arguments )

MODPATH/gallery/libraries/MY_View.php[ 62 ] » View_Core->__construct( arguments )

MODPATH/gallery/libraries/Admin_View.php[ 30 ] » View->__construct( arguments )

MODPATH/gallery/controllers/admin_languages.php[ 22 ] » Admin_View_Core->__construct( arguments )

{PHP internal call} » Admin_Languages_Controller->index()

MODPATH/gallery/controllers/admin.php[ 62 ] » call_user_func_array( arguments )

{PHP internal call} » Admin_Controller->__call( arguments )

SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments )

{PHP internal call} » Kohana_Core::instance( arguments )

SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )

APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments )

DOCROOT/index.php[ 116 ] » require( arguments )