Hi Guys
I've finally managed to move the site to Joomla 3.x, after 6 months of errors, wheew.
Most things works perfectly, but one thing I've stumbled upon is my Chronoforms Contact form.
I'm using the Email [GH] action to send a copy of the message to one self.
If I do that, I see this error with max error reporting:
In the Email [GH] it tests if a variable is 1, and then sends out an email copy to the poster, it is only if the variable is 1, it shows this error (ie. the tick is set).
How do I test if it is 1 with a standard action, and then maybe I can use the standard mail action?
I've finally managed to move the site to Joomla 3.x, after 6 months of errors, wheew.
Most things works perfectly, but one thing I've stumbled upon is my Chronoforms Contact form.
I'm using the Email [GH] action to send a copy of the message to one self.
If I do that, I see this error with max error reporting:
Notice: Constant DS already defined in .../components/com_chronoforms/chronoforms.php on line 11
Strict Standards: Only variables should be assigned by reference in .../administrator/components/com_chronoforms/form_actions/email_gh/email_gh.php on line 65
Strict Standards: Only variables should be assigned by reference in .../administrator/components/com_chronoforms/form_actions/email_gh/email_gh.php on line 214
Strict Standards: Only variables should be assigned by reference in .../administrator/components/com_chronoforms/form_actions/email_gh/email_gh.php on line 214
Strict Standards: Only variables should be assigned by reference in /home/dkdbdk/public_html/administrator/components/com_chronoforms/form_actions/email_gh/email_gh.php on line 214
Fatal error: Call to undefined method JUtility::sendMail() in /home/dkdbdk/public_html/administrator/components/com_chronoforms/form_actions/email_gh/email_gh.php on line 187
In the Email [GH] it tests if a variable is 1, and then sends out an email copy to the poster, it is only if the variable is 1, it shows this error (ie. the tick is set).
How do I test if it is 1 with a standard action, and then maybe I can use the standard mail action?