#1603 - object to string conversion at Driver.php line 31.
You have object to string conversion at Driver.php line 31. Its triggered because not all fields are equals. A field in SugarCRM are sometimes a Link ( Relationship Object). Since SugarCRM 7s client facing codebase is mostly javascript - a fatal from php cause fatalities for the user
SugarChimp/includes/classes/SugarChimp/Field/Driver.php
You can make this problem go away by adding a condition before your code.
if( is_string($bean->$field) )
And another question is there a code-level flag to disable logging. Its flooding the logs with mostly useless garbage at the debug level.
Best of Regards
Jonas
9 years ago
9 years ago
9 years ago
9 years ago