Upgrade problem
mrl586
Joined: 2009-05-07
Posts: 30 |
Posted: Thu, 2009-07-09 01:02 | |||
I try to update my gallery to latest git version, but the console prints the following (see attachment). I use newest stable php version (5.3.0).
|
||||
Posts: 3
I'm getting a similar problem when I try to upgrade via gallery3/index.php/upgrader:
So here's the error:
The page you requested, , could not be found.
File: system/core/Kohana.php, line: 841
And here's how we got there:
Kohana::show_404( )
system/core/Event.php [209]:
call_user_func_array( Array
(
[0] => Kohana
[1] => show_404
)
, Array
(
[0] =>
)
)
system/libraries/Router.php [163]:
Event::run( system.404 )
Router_Core::setup( )
system/core/Event.php [209]:
call_user_func_array( Array
(
[0] => Router
[1] => setup
)
, Array
(
[0] =>
)
)
system/core/Bootstrap.php [49]:
Event::run( system.routing )
index.php [72]:
require( system/core/Bootstrap.php )
Posts: 30
I include log file this message.
Posts: 7994
mrl586: I'm guessing this is because of PHP 5.3.0. Let's dig into it. Try editing modules/gallery/helpers/module.php and on line 82, change:
to:
Then let's see the error message you get. That should give us an idea of which module's module.info file isn't getting parsed properly.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 30
bharat: I see this text on upgrade page:
And command line output looks like this:
Posts: 7994
Ah ha! This is an issue in PHP 5.3 -- try the latest code I've put in a fix.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!