• Resolved Frederic Legrand

    (@fredericlegrand)


    Warning: strstr(): Empty needle in /home/xxx/public_html/wp-content/plugins/wp-maintenance-mode/includes/classes/wp-maintenance-mode.php on line 614

    hi,
    I am getting that error

    did switch to twenty theme with all plugins deactivated
    same error

    if (!empty($this->plugin_settings['general']['exclude']) && is_array($this->plugin_settings['general']['exclude'])) {
    foreach ($this->plugin_settings['general']['exclude'] as $item) {
    if ((!empty($_SERVER['REMOTE_ADDR']) && strstr($_SERVER['REMOTE_ADDR'], $item)) || (!empty($_SERVER['REQUEST_URI']) && strstr($_SERVER['REQUEST_URI'], $item))) {
    $is_excluded = true;
    break;

    https://wordpress.org/plugins/wp-maintenance-mode/

The topic ‘Empty needle error’ is closed to new replies.