Can't login since automatic upgrade
-
Hi,
I was using WP 3.3.1 and last night I did an automatic upgrade to 3.3.2
I’ve also upgraded my pluginsSince then I can’t login anymore I’m redirected to http://mydomain.com/wp-login.php?redirect_to=http%3A%2F%2Fmydomain.com%2Fwp-admin%2F&reauth=1
I’ve tried with multiple browsers, cleaned up my browsers’ cache without any success.
I guess the problem is because of a plugin.
I’d like to avoid desactivating all my plugins, therefore I went to phpmyadmin and looked at the wp_options table.
Here is the serialized text I got:
a:25:{i:0;s:18:"LinkMan/myrplm.php";i:1;s:43:"advanced-xml-reader/advanced-xml-reader.php";i:2;s:19:"akismet/akismet.php";i:3;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:4;s:27:"backupbuddy/backupbuddy.php";i:5;s:21:"backwpup/backwpup.php";i:6;s:49:"conditional-shortcodes/conditional_shortcodes.php";i:7;s:55:"crazyegg-heatmap-tracking/crazyegg-heatmap-tracking.php";i:8;s:33:"duplicate-post/duplicate-post.php";i:9;s:37:"duplicate-widget/duplicate-widget.php";i:10;s:37:"facebook-members/facebook-members.php";i:11;s:50:"feedburner-setting/feedBurner-feedSmith-extend.php";i:12;s:50:"google-analytics-for-wordpress/googleanalytics.php";i:13;s:45:"limit-login-attempts/limit-login-attempts.php";i:14;s:19:"pippity/pippity.php";i:15;s:55:"pretty-sidebar-categories/pretty-sidebar-categories.php";i:16;s:27:"redirection/redirection.php";i:17;s:41:"shortcode-exec-php/shortcode-exec-php.php";i:18;s:35:"simply-show-ids/simply-show-ids.php";i:19;s:34:"true-google404/true-google-404.php";i:20;s:33:"w3-total-cache/w3-total-cache.php";i:21;s:24:"wordpress-seo/wp-seo.php";i:22;s:29:"wp-hide-post/wp-hide-post.php";i:23;s:19:"wpremote/plugin.php";i:24;s:19:"wptouch/wptouch.php";}Then I went to http://unserialize.net/ in order to unserialize and edit the text.
But now I’m stuck, the unserialized result I got is
array ( 0 => 'LinkMan/myrplm.php', 1 => 'advanced-xml-reader/advanced-xml-reader.php', 2 => 'akismet/akismet.php', 3 => 'all-in-one-seo-pack/all_in_one_seo_pack.php', 4 => 'backupbuddy/backupbuddy.php', 5 => 'backwpup/backwpup.php', 6 => 'conditional-shortcodes/conditional_shortcodes.php', 7 => 'crazyegg-heatmap-tracking/crazyegg-heatmap-tracking.php', 8 => 'duplicate-post/duplicate-post.php', 9 => 'duplicate-widget/duplicate-widget.php', 10 => 'facebook-members/facebook-members.php', 11 => 'feedburner-setting/feedBurner-feedSmith-extend.php', 12 => 'google-analytics-for-wordpress/googleanalytics.php', 13 => 'limit-login-attempts/limit-login-attempts.php', 14 => 'pippity/pippity.php', 15 => 'pretty-sidebar-categories/pretty-sidebar-categories.php', 16 => 'redirection/redirection.php', 17 => 'shortcode-exec-php/shortcode-exec-php.php', 18 => 'simply-show-ids/simply-show-ids.php', 19 => 'true-google404/true-google-404.php', 20 => 'w3-total-cache/w3-total-cache.php', 21 => 'wordpress-seo/wp-seo.php', 22 => 'wp-hide-post/wp-hide-post.php', 23 => 'wpremote/plugin.php', 24 => 'wptouch/wptouch.php', )How can I desactivate only one plugin from this list?
Can I just delete one line and serialize the content again?Thanks for your help
The topic ‘Can't login since automatic upgrade’ is closed to new replies.