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!
So here's the error:
Method 1 does not exist
File: system/core/Kohana.php, line: 257
And here's how we got there:
* system/core/Kohana.php [257]:
ReflectionClass->getMethod( 1 )
*
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 )
What's wrong?
Posts: 7994
Please check your gallery3/var/logs and post anything interesting you find there.
---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git
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
Posts: 7994
@Whitesnake: I've seen that before. Try disabling eacelerator. Put this in your .htaccess file:
php_value eaccelerator.enable 0
---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git
Posts: 15
Thank you very much. Now it works