Hi,
I'm using CFv4, Joomla 3.2.3, PHP 5.3.28, and MySQL 5.5.33
We're maintaining an existing site with a lot of CFv4 forms and CCv4 connections, and for the time being we can't upgrade to version 5.
I just created a new form, and in the On Submit event added a DB Save action. I also set the Joomla Debug level to Developer.
When the form is submitted, I get two errors:
I suspect it's a Joomla issue related to changes since 3.1, possible the PHP version 5.3,
Is there a version of CFv4 that is compatible with 3.2.3 and PHP 5.3.28?
Thanks!!
I'm using CFv4, Joomla 3.2.3, PHP 5.3.28, and MySQL 5.5.33
We're maintaining an existing site with a lot of CFv4 forms and CCv4 connections, and for the time being we can't upgrade to version 5.
I just created a new form, and in the On Submit event added a DB Save action. I also set the Joomla Debug level to Developer.
When the form is submitted, I get two errors:
Parse error: syntax error, unexpected '$', expecting T_VARIABLE in /home/s102/public_html/administrator/components/com_chronoforms/form_actions/db_save/db_save.php(66) : eval()'d code on line 21
Fatal error: Call to a member function bind() on a non-object in /home/s102/public_html/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 119
I suspect it's a Joomla issue related to changes since 3.1, possible the PHP version 5.3,
Is there a version of CFv4 that is compatible with 3.2.3 and PHP 5.3.28?
Thanks!!