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!
Posts: 7891
moving to G3 forum
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 25960
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
Posts: 2
you must edit file htaccess. Dave is right ;)