inpsyde / WP-Stash

Bridge between WordPress and StashPHP, providing a PSR6-compliant caching system for WordPress
https://inpsyde.com/en/wordpress-caching-system-wpstash/
GNU General Public License v2.0
51 stars 12 forks source link

CLI command can fail due to an unexpected WP_Error #2

Closed Biont closed 6 years ago

Biont commented 6 years ago

....resulting in the following error:

Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /web/releases/3/public/wp-content/mu-plugins/wp-stash/inc/WpCliCommand.php:89

We should be able to handle this gracefully