The error is:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home2/svchapel/public_html/mmp_upgrade/administrator/components/com_sermonspeaker/s3/S3.php on line 1802
The line of code referenced is:
'code' => (string)$rest->response->body->Error->Code,
The line above the code referenced is:
$rest->response->error = array(
And the line below the code referenced is:
'message' => (string)$rest->response->body->Error->Message);
I can't find a problem in any of these lines... help?