WP Super Cache error 'Offset not contained in string'
-
I am seeing this error message repeatedly on two WordPress MS sites running BuddyPress and WP Super Cache:
Warning: strpos(): Offset not contained in string in /websites/public_html/virtual-doc/storage/plugins/wp-super-cache/wp-cache-base.php on line 26 Warning: Cannot modify header information - headers already sent by (output started at /websites/public_html/virtual-doc/storage/plugins/wp-super-cache/wp-cache-base.php:26) in /websites/public_html/virtual-doc/wp-includes/pluggable.php on line 866
Line 26, that’s causing all the trouble, looks like this:
$blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) );
Any thoughts?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WP Super Cache error 'Offset not contained in string'’ is closed to new replies.