Title: WP Admin Content Empty with Clearfy
Last modified: July 9, 2020

---

# WP Admin Content Empty with Clearfy

 *  Resolved [enthousiastwpuser](https://wordpress.org/support/users/enthousiastwpuser/)
 * (@enthousiastwpuser)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/)
 * Hi,
 * I have “Webcraftic Clearfy – WordPress optimization plugin” 1.6.8 and when I 
   enable the plugin, I got an empty WordPress admin content area.
    When I rename
   the plugin to something else, my WordPress admin content area is back…
 * I am on WordPress 5.4.2 on a GridPane website.
 * Could you please help me investigate the issue?
 * Edit with screenshot : [https://d.pr/i/DOVnpD](https://d.pr/i/DOVnpD)
 * Best regards.
    -  This topic was modified 5 years, 10 months ago by [enthousiastwpuser](https://wordpress.org/support/users/enthousiastwpuser/).

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/page/2/?output_format=md)

 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13100559)
 * Hello.
 * Try reinstalling the plugin.
 *  Thread Starter [enthousiastwpuser](https://wordpress.org/support/users/enthousiastwpuser/)
 * (@enthousiastwpuser)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13100614)
 * Hello [@webtemyk](https://wordpress.org/support/users/webtemyk/),
 * I just did, but still the same
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13103521)
 * To understand what happened, we need to look at the errors. To do this, enable
   debug mode – add these lines to the **wp-config.php** file:
 *     ```
       define( 'WP_DEBUG', true ); 
       define( 'WP_DEBUG_LOG', true );
       define( 'WP_DEBUG_DISPLAY', false );
       ```
   
 * After that, activate the plugin Clearly and go to the white screen page. After
   that, you can deactivate the plugin and disable debugging mode.
    Error messages
   will appear in the **wp-content/debug.log** file. Send them all here
 *  Thread Starter [enthousiastwpuser](https://wordpress.org/support/users/enthousiastwpuser/)
 * (@enthousiastwpuser)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13103955)
 * There is no error just some PHP Notice and that is not coming from Clearfy.
 * But here what I have when Clearfy is activated: [https://d.pr/i/Pt83GN](https://d.pr/i/Pt83GN)
   
   And when I deactivated Clearfy I got my “wpbody” again: [https://d.pr/i/V81L39](https://d.pr/i/V81L39)
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13104258)
 * Try installing the [previous version](https://downloads.wordpress.org/plugin/clearfy.1.6.6.zip).
   If everything is fine, then reset your settings before updating.
 *  Thread Starter [enthousiastwpuser](https://wordpress.org/support/users/enthousiastwpuser/)
 * (@enthousiastwpuser)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13104429)
 * I did install Clearfy 1.6.5 or 1.6.6 but still the same inexistant wpbody in 
   my admin area.
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13104980)
 * You need to clear the Clearfy settings. You will be able to query the database
   to clean settings?
 *  Thread Starter [enthousiastwpuser](https://wordpress.org/support/users/enthousiastwpuser/)
 * (@enthousiastwpuser)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13105031)
 * Yes sure, tell me how and I’ll do it
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13105094)
 * Make sure to back up the database before making this query:
    `DELETE FROM wp_options
   WHERE option_name LIKE '%wbcr_clearfy%'`
 *  Thread Starter [enthousiastwpuser](https://wordpress.org/support/users/enthousiastwpuser/)
 * (@enthousiastwpuser)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13105174)
 * After executing the query and re-enabling the plugin, it’s working again 🙂
    
   Thanks!
 *  [cars4starters](https://wordpress.org/support/users/cars4starters/)
 * (@cars4starters)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13105740)
 * I have the same problem.
    This solution didn’t work for me. Everytime I reinstall
   and re-enable Clearfy I end up with a blank Admin page? Query returned: #1146–
   Table ‘. . . wp_options’ doesn’t exist
    -  This reply was modified 5 years, 10 months ago by [cars4starters](https://wordpress.org/support/users/cars4starters/).
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13114543)
 * Hello, [@cars4starters](https://wordpress.org/support/users/cars4starters/)
 * Your site uses a different database prefix. Find the *_options table and replace
   the name in the query
 *  [cars4starters](https://wordpress.org/support/users/cars4starters/)
 * (@cars4starters)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13121574)
 * I couldn’t find it using this method.
    I used this method instead to clear any
   settings. **[https://yoursite.com/wp-admin/options.php](https://yoursite.com/wp-admin/options.php)**
   I located the block of entries for Clearfy and deleted all the values against
   them, then did a save. I then installed Cleafy plugin again. Unfortunately with
   the same result – the admin page once again went blank.
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13121649)
 * Only the method I described above will help you. You can find the prefix for 
   database tables in the file wp-config.php
 *  [artyus](https://wordpress.org/support/users/artyus/)
 * (@artyus)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/#post-13123341)
 * Hello!
 * This is fact that your plugin is emptying the backend of the site.
    A few days
   ago, I also unexpectedly ran into this. By the method of exclusion it was found
   out that the fault is in your plugin.. Moreover, I checked the possible presence
   of conflicts with other plugins, specifically disabling absolutely all other 
   plugins. Even when other plugins are completely disabled, the contents of the
   admin page no longer appear immediately after the activation of your plugin.
 * Agree, this should not be so. If you cannot explain and eliminate the cause of
   what is happening, then site administrators are not wise to use a plug-in, which
   may unexpectedly lead to similar problems.
    It was easier for me to uninstal 
   the plugin completely, since the site where there were problems with it is at
   the development stage. I’ll see how it behaves on several of my other sites.
 * –RU–
 * Привет!
 * То, что ваш плагин опустошает бэкенд сайта, факт.
    Несколько дней назад тоже 
   неожиданно столкнулся с этим. Методом исключения было установлено, что вина в
   вашем плагине. Более того, я проверил возможное наличие конфликтов с другими 
   плагинами, специально отключив абсолютно все остальные плагины. Даже при полностью
   отключённых других плагинах, содержание страницы администратора перестаёт отображаться
   сразу же после активации вашего плагина.
 * Согласитесь, такого уж не должно быть. Если вы не можете пояснить и устранить
   причину происходящего, то администраторам сайтов не разумно использовать плагин,
   который неожиданно может привести к подобным проблемам.
    Мне проще было снести
   плагин полностью, благо сайт, где с ним возникли проблемы, находится на этапе
   разработки. Посмотрю, как он будет вести себя на нескольких других моих сайтах.
 * С уважением,
    Фарид Тазиев.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/page/2/?output_format=md)

The topic ‘WP Admin Content Empty with Clearfy’ is closed to new replies.

 * ![](https://ps.w.org/clearfy/assets/icon-256x256.gif?rev=2392119)
 * [Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer](https://wordpress.org/plugins/clearfy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/clearfy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/clearfy/)
 * [Active Topics](https://wordpress.org/support/plugin/clearfy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/clearfy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/clearfy/reviews/)

 * 19 replies
 * 5 participants
 * Last reply from: [cataev](https://wordpress.org/support/users/cataev/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/wp-admin-content-empty-with-clearfy/page/2/#post-13474872)
 * Status: resolved