{"id":1909,"date":"2015-02-21T01:54:52","date_gmt":"2015-02-21T01:54:52","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=1909"},"modified":"2015-02-21T01:54:52","modified_gmt":"2015-02-21T01:54:52","slug":"upgrade-wordpress-to-4-1-the-admin-backend-the-connection-times-out","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/02\/21\/upgrade-wordpress-to-4-1-the-admin-backend-the-connection-times-out\/","title":{"rendered":"Upgrade WordPress to 4.1 &#8211; The admin backend the connection times out"},"content":{"rendered":"<p>Upgrade WordPress to 4.1. The admin backend the connection times out and the server gets really slow:error &#8220;The server at domain.com is taking too long to respond.&#8221; <\/p>\n<p>It looks like this is actually a common issue with this version of wordpress. https:\/\/wordpress.org\/support\/topic\/multisite-extremely-slow-after-upgrading-to-41<\/p>\n<p>1) Open database via phpMyAdmin<br \/>\n2) Open table &#8220;wp_options&#8221; and look for &#8220;db_version&#8221; entry.<br \/>\n3) If that entry has a number different to &#8220;30133&#8221; (in my case it was 27916), change it to &#8220;30133&#8221;.<\/p>\n<p>If you are using MU muli-sites and all the multisites are having issues, try this:<\/p>\n<p>WordPress MU uses one database and each blog gets his own tables with the blog id in the prefix, so once you install a network installation your database should have these tables:<\/p>\n<p>wp_1_options,wp_2_options,wp_3_options, etc. Check multisites for the same database version and change accordingly.<\/p>\n<p>Check the mail options table.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\nmysql&gt; SELECT option_value FROM  wp_1_options WHERE option_name = &#039;db_version&#039; LIMIT 1;\n+--------------+\n| option_value |\n+--------------+\n| 30133        |\n+--------------+\n1 row in set (0.00 sec)\n\n<\/pre>\n<p>Check multisites for the same database version and change accordingly.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\nmysql&gt; SELECT option_value FROM  wp_2_options WHERE option_name = &#039;db_version&#039; LIMIT 1;\n+--------------+\n| option_value |\n+--------------+\n| 27916        |\n+--------------+\n1 row in set (0.00 sec)\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Upgrade WordPress to 4.1. The admin backend the connection times out and the server gets really slow:error &#8220;The server at domain.com is taking too long to respond.&#8221; It looks like this is actually a common issue with this version of wordpress. https:\/\/wordpress.org\/support\/topic\/multisite-extremely-slow-after-upgrading-to-41 1) Open database via phpMyAdmin 2) Open table &#8220;wp_options&#8221; and look for &#8220;db_version&#8221; &#8230; <a title=\"Upgrade WordPress to 4.1 &#8211; The admin backend the connection times out\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2015\/02\/21\/upgrade-wordpress-to-4-1-the-admin-backend-the-connection-times-out\/\" aria-label=\"Read more about Upgrade WordPress to 4.1 &#8211; The admin backend the connection times out\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70,128],"tags":[],"class_list":["post-1909","post","type-post","status-publish","format-standard","hentry","category-mysql","category-wordpress"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=1909"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1909\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=1909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=1909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=1909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}