Plugin works, but completely breaks WP CLI
-
Greetings!
Got the plugin installed and working yesterday. But today when I went in to use wp cli, the is completely broken.
To be clear, the site works fine, and can log in to admin via web interface, but wp-cli throws a fatal error. Tried adding –skip-plugins=memcached, but same error occurs.
“Fatal error: Uncaught Error: Class ‘Memcache’ not found”
…and reference line 849, where:
$this->mc[ $bucket ] = new Memcache();
Again, both memcached server & PECL memcache installed and working. But wp cli, which is a critical management tool is broken until I remove object-cache.php (or rename it to object-cache.php.OFF in this case).Any idea as to how this critical error might be addressed?
Thanks much,
Morgan
- The topic ‘Plugin works, but completely breaks WP CLI’ is closed to new replies.