Catchable fatal error: Object of class stdClass could not be converted to string in /home/wp-content/themes/atahualpa3/functions/bfa_postinfo.php on line 161
- some guys say
The issue has to do with PHP 5.2+ breaking certain backward-compatibility of converting a PHP 'object' to a text string. You either need to downgrade below 5.2, or the code where the error occurs needs to be 'properly fixed' to address the change (the fixes should then work on any version...)