strpos() [function.strpos]: Empty delimiter. in compat.php
-
I have no idea what happened. I was not doing anything besides moving around my admin panel when this error suddenly appeared on my site at the top of all pages.
strpos() [function.strpos]: Empty delimiter. in /home/spoken/public_html/wp-includes/compat.php on line 124
I searched the forums here for both strpos() and compat but found nothing to help me out.
My site is spoken-for.org and as of now, the error is still there. I upgraded to 2.2.1 from 2.2 after getting this error, but it’s still there.
Line 124 of compat.php reads:
return strpos(strtolower($haystack), strtolower($needle), $offset);
and is under the section “added in PHP 5.”I have PHP version 4.4.4.
Thanks, everyone
- The topic ‘strpos() [function.strpos]: Empty delimiter. in compat.php’ is closed to new replies.