Joomla 3.3.1 & gkContact :: Fatal Error
Rate this topic: 




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:
Any ideas?
Thanks so much!
-Red
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
-

- 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 :
with :
Please let me know whether this fix this problem.
- 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.
-

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

- 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.
-

- Platinum Boarder
4 posts
• Page 1 of 1
