Kohana Problem

Whitesnake

Joined: 2008-08-25
Posts: 15
Posted: Sat, 2009-06-06 14:52

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?

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2009-06-06 20:23

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

 
Whitesnake

Joined: 2008-08-25
Posts: 15
Posted: Sun, 2009-06-07 05:06

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
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2009-06-07 18:56

@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

 
Whitesnake

Joined: 2008-08-25
Posts: 15
Posted: Sun, 2009-06-07 19:04

Thank you very much. Now it works :)