Hey Leute,
Ich möchte von Serendipity auf Wordpress wechseln und dazu verwende ich den Importer http://atastypixel.com/blog/serendipi…-for-wordpress/
das Problem dabei ist, es kommt jedesmal dieses Fehlermeldung
Import Serendipity
Steps may take a few minutes depending on the size of your database. Please be patient.
Importing Users...
Catchable fatal error: Object of class WP_Error could not be converted to string in /www/htdocs/w00ad1c0/moneyhint.de/wp-includes/formatting.php on line 2829
Hier ist der Code, kann mir einer sagen was da falsch ist.
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);
sooo wie behebe ich dieses Problem kann mir da jemand weiterhelfen???
Beste Grüße