Joomla 3.3.1 & gkContact :: Fatal Error

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 11, 2014 5:03 pm
Reply with quote
Report this post
After upgrading to Joomla 3.3.1 the form no longer submits.

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
User avatar
Fresh Boarder

GK User
Thu Jun 12, 2014 8:59 am
Reply with quote
Report this post
Please try to open file from error and try to replace this line :

Code: Select all
$app->redirect($post['return'], JText::_('PLG_GKCONTACT_MESSAGE_SENT_ERROR') . $send->message, "error");


with :

Code: Select all
$app->redirect($post['return'], JText::_('PLG_GKCONTACT_MESSAGE_SENT_ERROR') . $send->__toString(), "error");


Please let me know whether this fix this problem.
User avatar
Platinum Boarder

GK User
Thu Jun 12, 2014 4:26 pm
Reply with quote
Report this post
Yes, this fixes the error, thanks.
User avatar
Fresh Boarder

GK User
Fri Jun 13, 2014 11:17 am
Reply with quote
Report this post
Creativity rest_files package is update with the plugin in version 1.2 where mentioned fix is added.
User avatar
Platinum Boarder


cron