drosofff
Member
Posted 1 year ago #
Hi
I did the automatic upgrade 2 hours ago. Apparently the process was successful and indeed the front on my site is working normally. However after the upgrade I could not anymore access to the wp-admin dashboard. I tried to change the plugin folder name in case of plugin conflict. I tried to manually upload the wp-admin folder. I tried to manually force the use of the default theme. None of these attempts solved the problem: the blog is normally running but it is not possible to admin it !
Any idea ?
Thanks
DonCorleo
Member
Posted 1 year ago #
Yep, same here.
Because the site runs good at the frontend, there is no need to use my backup, yet.
A solution would be nice. :)
drosofff
Member
Posted 1 year ago #
Well, I replaced by hand all the files listed as modified in 3.1.3 on wordpress.org. Without results. I am currently looking at the wp-options table but did not found any suspect changes yet.
My config is pretty basic. The only exotic thing maybe is that I use a custom permalink structure. But I dont' see how this could induce such a bug...
DonCorleo
Member
Posted 1 year ago #
I now can reach the backend, but it's on the original domain. On my domain alias it isn't possible. IE says: "This content can not be displayed in a frame". FF says nothing...
Perhaps it's the same sort of issue with yout blog?
drosofff
Member
Posted 1 year ago #
Yesssss. Well done. This is the issue and I back to the back again ;-)
Yet, I don't get it. But I guess we should hear about it soon. I need my domain alias working...
Note that 4 files have a recent modification date but were not listed as modified in the 3.1.3 update. They may not affect your issues, but they are:
wp-admin/network.php
wp-includes/class-wp-xmlrpc-server.php
wp-includes/ms-files.php
wp-includes/version.php
drosofff
Member
Posted 1 year ago #
Well, the only change is in version.php
25c25
< $wp_version = '3.1.3';
---
> $wp_version = '3.1.2';
seems that we should find something else...