Problem with updating to Classipress 312
Hi,
I have a problem updating to Classipress312.
The site now shows this
"Catchable fatal error: Object of class WP_Error could not be converted to string in /home/sugih/public_html/mesinku/main/
wp-includes/formatting.php on line 2829"
that line 2829 in formatting.php is:
function wp_strip_all_tags($string, $remove_breaks = false) {
$string = preg_replace( '@<(script|style)[^>]*?>.*?</\\1>@si', '', $string );
$string = strip_tags($string);
if ( $remove_breaks )
$string = preg_replace('/[\r\n\t ]+/', ' ', $string);
return trim($string);
}
Can someone help me explain what the problem is?
Thanks.