I get this:
Fatal error: Cannot access protected property JException::$message in /xxx/xxx/public_html/plugins/system/plg_gkcontact/plg_gkcontact.php on line 255
Any ideas?
Thanks so much!
-Red
Fatal error: Cannot access protected property JException::$message in /xxx/xxx/public_html/plugins/system/plg_gkcontact/plg_gkcontact.php on line 255
$app->redirect($post['return'], JText::_('PLG_GKCONTACT_MESSAGE_SENT_ERROR') . $send->message, "error");
$app->redirect($post['return'], JText::_('PLG_GKCONTACT_MESSAGE_SENT_ERROR') . $send->__toString(), "error");