{"id":6757,"date":"2013-07-19T14:55:04","date_gmt":"2013-07-19T12:55:04","guid":{"rendered":"http:\/\/tokao.com\/?p=6757"},"modified":"2013-07-19T14:55:04","modified_gmt":"2013-07-19T12:55:04","slug":"wordpress-problems","status":"publish","type":"post","link":"https:\/\/tokao.com\/wordpress\/2013\/07\/19\/wordpress-problems\/","title":{"rendered":"WordPress problems?"},"content":{"rendered":"<p>One of the most amazing features of WordPress self hosted is the automatic updates of plugins and core with a single click.<\/p>\n<p>On the last update, all of a sudden when accessing the admin back end, I got an error:<\/p>\n<p><code><b>Fatal error<\/b>: Exception thrown without a stack frame in <b>Unknown<\/b> on line <b>0<\/b><\/code><br \/>\nWell, that meant that an update of any of my plugins screwed something, and I was not capable of doing anything in the backend.<\/p>\n<h3>Solution<\/h3>\n<p>To switch off all your plugins from the database.<\/p>\n<p>Go to phpMyAdmin<\/p>\n<p>Run the following query to see the active plugins<br \/>\n<code>SELECT * FROM wp_options WHERE option_name = 'active_plugins';<\/code><\/p>\n<p>Back up your DB, just in case, or at least this table.<\/p>\n<p>Then kill them all!<br \/>\n<code>UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';<\/code><\/p>\n<p>Now you can enter on your back end and start activating plugins one by one.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the most amazing features of WordPress self hosted is the automatic updates of plugins and core with a single click. On the last update, all of a sudden when accessing the admin back end, I got an error: Fatal error: Exception thrown without a stack frame in Unknown on line 0 Well, that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[8,211],"class_list":["post-6757","post","type-post","status-publish","format-standard","hentry","category-technology","tag-tips","tag-wordpress"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/posts\/6757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/comments?post=6757"}],"version-history":[{"count":0,"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/posts\/6757\/revisions"}],"wp:attachment":[{"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/media?parent=6757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/categories?post=6757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tokao.com\/wordpress\/wp-json\/wp\/v2\/tags?post=6757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}