Problem upgrading to 3.0.3

joboyogi

Joined: 2011-08-29
Posts: 2
Posted: Wed, 2012-05-09 18:13

I receive this error when I am in the upgrader page

"
Kohana_404_Exception [ Page Not Found ]:
The page you requested, updater, could not be found.
SYSPATH/libraries/Kohana_404_Exception.php[ 42 ]

37 * @throws Kohana_404_Exception
38 * @return void
39 */
40 public static function trigger($page = NULL)
41 {
42 throw new Kohana_404_Exception($page);
43 }
44
45 /**
46 * Sends 404 headers, to emulate server behavior.
47 *
{PHP internal call} » Kohana_404_Exception_Core::trigger( arguments )

SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )

SYSPATH/libraries/Router.php[ 165 ] » Event_Core::run( arguments )

{PHP internal call} » Router_Core::setup( arguments )

SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )

APPPATH/Bootstrap.php[ 61 ] » Event_Core::run( arguments )

DOCROOT/index.php[ 102 ] » require( arguments )

"

I copied everything from the var folder, themes, and modules as explained in the instructions, but the upgrader is telling me this and won't go forward. Help would be appreciated. Thanks!

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 7891
Posted: Wed, 2012-05-09 18:23
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25960
Posted: Wed, 2012-05-09 22:15

I bet you installed G3 and had to modify your .htaccess file and never made the change again.
http://codex.gallery2.org/Gallery3:Host_specific_issues

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
hass4you

Joined: 2012-05-10
Posts: 2
Posted: Thu, 2012-05-10 16:02

you must edit file htaccess. Dave is right ;)