Title: ro.bert.d's Replies | WordPress.org

---

# ro.bert.d

  [  ](https://wordpress.org/support/users/robertd-1/)

 *   [Profile](https://wordpress.org/support/users/robertd-1/)
 *   [Topics Started](https://wordpress.org/support/users/robertd-1/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robertd-1/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robertd-1/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robertd-1/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robertd-1/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robertd-1/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: W3 Total Cache] How to Uninstall with no Admin Panel](https://wordpress.org/support/topic/plugin-w3-total-cache-how-to-uninstall-with-no-admin-panel/)
 *  [ro.bert.d](https://wordpress.org/support/users/robertd-1/)
 * (@robertd-1)
 * [16 years ago](https://wordpress.org/support/topic/plugin-w3-total-cache-how-to-uninstall-with-no-admin-panel/#post-1373978)
 * I was facing with same issue during update to 0.9 (seems is beta) and receive
   blank screen of death.
 * A good practice to locate problems try to setup WP_DEBUG into wp-config.php
    `
   define('WP_DEBUG', true );`
 * Problem was located into /var/www/xxx/wp-content/plugins/w3-total-cache/lib/W3/
   Plugin/TotalCache.php when try to using [DOMDocument](http://php.net/manual/en/class.domdocument.php)
 * at line:
    $dom = new DOMDocument();
 * That seems was missing on my production server and from here was the fun begin.
 * I suggest as required modules to be checked when plugin is installed and be sure
   all requirements are accomplish.
 * Happy caching!

Viewing 1 replies (of 1 total)