Issues with PHP - Wordpress?

desifrom305

New member
Here's an issue I get on my wordpress site when updating my profile in the admin area:

Catchable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in /homepages/34/d179025760/htdocs/cprofit/wordpress/wp-includes/functions.php on line 1526


Now line 1526 says this:


$array[$k] = addslashes( $v );


What does this all mean and what do I have to do to fix the error?
 
Back
Top