wp-cli error
-
wp-cli returns this error with this extension enabled
PHP Fatal error: Call to a member function getRemoteIp() on null in wp-content/plugins/wp-cerber/wp-cerber.php on line 246 Fatal error: Call to a member function getRemoteIp() on null in wp-content/plugins/wp-cerber/wp-cerber.php on line 246
Commenting out the line resolves the issue
if (cerber_acl_check($wp_cerber->getRemoteIp(),'W')) return; // @since 1.7. It's useful for some users
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp-cli error’ is closed to new replies.