[SOLVED] Cannot access upgrader. upgrader redirects to installer

retroSnake

Joined: 2012-05-07
Posts: 2
Posted: Mon, 2012-05-07 00:20

I am trying to update my gallery3.

I followed the instructions here.

I got to step 10, and when I type the URL, http://www.<mysitenameishere>.com/gallery3/index.php/upgrader into chrome or firefox, I am redirected to http://www.<mysitenameishere>.com/gallery3/installer/ and the page assumes I am installing a fresh gallery3.

I cannot access the updater to update my gallery3 to the latest version... Does anyone know how I can fix this?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25960
Posted: Mon, 2012-05-07 04:51

if gallery can't read the gallery3/var/database.php file it assumes that it is a fresh install.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
retroSnake

Joined: 2012-05-07
Posts: 2
Posted: Mon, 2012-05-07 05:43

Thanks for your help, floridave!

The gallery definately couldn't read the database file!

While moving files around, I made a mistake and moved the old var directory into the new var directory. (gallery3/var/var/database.php)

Thanks again