Please help!
I replace line : $data = array_merge( $this->defaults, $data );
This line:
$data = array_merge( $this->defaults, (array)$data );
First page – OK.
But 2nd, 3rd etc. – error at the top of the page:
Warning: mb_stripos() [function.mb-stripos]: Empty delimiter in /var/www/u3588651/data/www/fidel-bar.ru/wp-includes/functions.php on line 658
Warning: mb_stripos() [function.mb-stripos]: Empty delimiter in /var/www/u3588651/data/www/fidel-bar.ru/wp-includes/functions.php on line 661
First page: http://www.fidel-bar.ru
Second page: http://www.fidel-bar.ru/page/2/
How to fix these errors?
Thank you very much!