Kohana Problem
Whitesnake
Joined: 2008-08-25
Posts: 15 |
![]() |
Hello, every time I install Gallery 3 (Alpha or Beta), I get this error: Help! If this stuff doesn't make any sense to you, ask for help in the Gallery forums! File: system/core/Kohana.php, line: 257 * system/core/Kohana.php [257]: ReflectionClass->getMethod( 1 ) * Kohana::instance( ) * system/core/Event.php [209]: call_user_func_array( Array * system/core/Bootstrap.php [55]: Event::run( system.execute ) * index.php [72]: require( system/core/Bootstrap.php ) What's wrong? |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Please check your gallery3/var/logs and post anything interesting you find there. |
|
Whitesnake
Joined: 2008-08-25
Posts: 15 |
![]() |
Here is the error from the log-File: 2009-06-06 16:44:46 +02:00 --- error: Uncaught ReflectionException: Method 1 does not exist in file system/core/Kohana.php on line 257 |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
@Whitesnake: I've seen that before. Try disabling eacelerator. Put this in your .htaccess file: |
|
Whitesnake
Joined: 2008-08-25
Posts: 15 |
![]() |
Thank you very much. Now it works |
|