• Hi,
    I am using PHP 5.4.9, WordPress 3.5, and W3TC 0.9.2.5. I just started getting the following PHP warning in my error log. I don’t know why it hasn’t started until now. Maybe it has something to do with the latest version of W3TC.

    [05-Jan-2013 23:50:00 UTC] PHP Warning: stristr(): Empty delimiter in …/wp-content/plugins/w3-total-cache/lib/W3/PgCache.php on line 824

    I didn’t take the time to see exactly what’s going on there. But basically you need to make sure that the delimiter being passed to stristr() isn’t an empty string.

    Its no big deal, but it would be nice to see this tweaked in future. Thank you so much for the great plugin!

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Thread Starter J.D. Grimes

    (@jd55)

    It turned out that this was actually caused by a problem with the configuration of PHP on my server. I was unnecessarily using mbstring multibyte function override. Now that I have set that back to 0, the error is gone.

    Sorry for the false alarm. 😉

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Warning: stristr(): Empty delimiter’ is closed to new replies.