Fatal: WP_CLI not found #1

Closed
opened 2023-05-07 14:35:13 +00:00 by Brugman · 1 comment
Brugman commented 2023-05-07 14:35:13 +00:00 (Migrated from github.com)

Hi.

I can't install the plugin:

Fatal error: Uncaught Error: Class "WP_CLI" not found in plu-redux\plu-redux.php:135

Wrapping line 135 in if ( class_exists('WP_CLI') ) seems to fix it, but I haven't done any CLI integration yet, so I don't know if that's the recommended method.

WP-CLI still works afterwards.

Hi. I can't install the plugin: `Fatal error: Uncaught Error: Class "WP_CLI" not found in plu-redux\plu-redux.php:135` Wrapping line 135 in `if ( class_exists('WP_CLI') )` seems to fix it, but I haven't done any CLI integration yet, so I don't know if that's the recommended method. WP-CLI still works afterwards.
boogah commented 2023-05-27 00:03:36 +00:00 (Migrated from github.com)

Sorry about that! This has been fixed in version 2.1.1.

Sorry about that! This has been fixed in version 2.1.1.
Sign in to join this conversation.
No description provided.