Platform information
Host name: Linux infong 2.4 #1 SMP Thu Nov 25 01:59:22 UTC 2010 i686 GNU/Linux
Operating system: Linux infong 2.4 #1 SMP Thu Nov 25 01:59:22 UTC 2010 i686 GNU/Linux Linux infong 2.4 #1 SMP Thu Nov 25 01:59:22 UTC 2010 i686 GNU/Linux
Apache: Unknown
PHP: 5.2.17
MySQL: 5.0.91-log
Server load: 10.53 7.95 9.39
Graphics toolkit: imagemagick
Gallery stats
Version: 3.0.1 (Menlo Park)
Albums: 0
Photos: 0
Kohana_Exception [ Framework Error ]: The requested views, admin.html, could not be found
SYSPATH/core/Kohana.php[ 806 ]
801 if ($found === NULL) 802 { 803 if ($required === TRUE) 804 { 805 // If the file is required, throw an exception 806 throw new Kohana_Exception('The requested :resource:, :file:, could not be found', array(':resource:' => __($directory), ':file:' =>$filename)); 807 } 808 else 809 { 810 // Nothing was found, return FALSE 811 $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_modules.php[ 22 ] » Admin_View_Core->__construct( arguments )
{PHP internal call} » Admin_Modules_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[ 102 ] » require( arguments )
Posts: 19
How do I fix this? Attached is the log file.
Posts: 16504
Most likely you're running on Apache 1.x Is this on GoDaddy or 1&1? Follow the steps here:
http://codex.gallery2.org/Gallery3:Host_specific_issues
____________________________________________
Like Gallery? Like the support? Donate now!
Posts: 19
AWESOMENESS!!! Thanks so much! (I'm using 1and1)