2.3.1 -> 2.3.1, ERR_TOO_MANY_REDIRECTS when loading the gallery

timoe

Joined: 2009-03-08
Posts: 11
Posted: Tue, 2014-03-18 21:52

I tried to upgrade from 2.3.1 to 2.3.2. I folled the steps from
http://codex.galleryproject.org/Gallery2:Upgrading
I made backups and all, copied all files.

After the, when I try to acces gallery Chrome gives me a ERR_TOO_MANY_REDIRECTS.

Okay, I did not run upgrade yet. Lets do that. Went to the upgrade page, authenticated myself, all test are okay, made a DB backup, and here I am, at step 4, upgrading the core. But the button doesn't do a thing! No error, nothing. I tried clearing cookies, different browsers, different computers but nothing happens when I click "begin upgrade".

I did an inspect element in Chrome and when I click the button I get an error in the console: Uncaught SyntaxError: Unexpected token ILLEGAL

So my problem is I can't finis my upgrade :s Any ideas?

 
timoe

Joined: 2009-03-08
Posts: 11
Posted: Tue, 2014-03-18 22:19

Okay, right after that I managed to continue by manually create a submit box and fix the post URL. Something went wrong with adding the CSRF_TOKEN to the submit. (added &CSRF_TOKEN=xxx to the form post URL and made a submit button in Chrome toolkit) The upgrader finished without an error after that.

BUT! I still get the ERR_TOO_MANY_REDIRECTS when I try to access gallery :/