PHP Notice: Array to String Conversion in formatting.php
-
Running WordPress 3.8 and PHP 5.4.20
So I’m getting this notice in my php error log basically every 15 seconds –
PHP Notice: Array to string conversion in /home/websaum/public_html/wp-includes/formatting.php on line 2809
which is from this function –function _deep_replace( $search, $subject ) { $subject = (string) $subject; $count = 1; while ( $count ) { $subject = str_replace( $search, '', $subject, $count ); } return $subject; }
The file hasn’t been corrupted or modified.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Notice: Array to String Conversion in formatting.php’ is closed to new replies.