mchung / heroku-buildpack-wordpress

Heroku buildpack: Wordpress on Heroku
mchung.github.com/heroku-buildpack-wordpress/
387 stars 329 forks source link

Issue upgrading to 3.9: Can't get into admin area #66

Closed diegopau closed 10 years ago

diegopau commented 10 years ago

Hi!, I just upgraded to 3.9 (i am doing the upgrades by changing the config var WORDPRESS_VERSION in my heroku app, which worked fine until now)

After the upgrade when i accessed to the admin panel I got a message "you database needs to upgrade" or something like that. It did the database upgrade but now everytime i try to get into the admin area i get a message "upgrade is not necessary, your WordPress database is already updated" (I have it in spanish so it might not say exactly that in english), and the url I get is always: https://........com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F.

I tried to downgrade to 3.8.1 and it works fine, I upgrade again to 3.9 and same problem.

Any ideas?

Thanks in advance

blakerson commented 10 years ago

You may see if it's fixed with a cache flush like #9

diegopau commented 10 years ago

Yes I did a MemCachier flush and it is fixed! I will close the issue for now and will see if it reoccurs like happened to someone in #9

Thanks a lot!