Disabling plugin breaks site
-
I was asked to debug an issue by a client, specifically when they disable certain plugins the site will stop printing content. Here’s what I’ve discovered:
1. Disabling the plugin (Youst in this case) causes any content to no longer be printed on any page. However, the header and footer will still exist in the DOM for every page as well.
2. There are no errors in the log.
3. I can disable Yoast, and enable another plugin (WP Sypmosium), and the site starts working again. So one of these 2 plugins has to be activated for the site to print content.As far as I can tell, there is no linkage between these two plugins. I’m sort of at a loss as to what to try next. I’ve checked the functions.php file for calls to either of these plugins and I don’t see anything. Any ideas what could cause something like this?
- The topic ‘Disabling plugin breaks site’ is closed to new replies.