Empty needle error
-
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 errordid switch to twenty theme with all plugins deactivated
same errorif (!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;
The topic ‘Empty needle error’ is closed to new replies.