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?
Hi fribse,
I have sent you a PM with a link to the latest version of the action.
Bob
PS I really don't recommend running a site with Strict Standard error reporting on.
I have sent you a PM with a link to the latest version of the action.
Bob
PS I really don't recommend running a site with Strict Standard error reporting on.
Hi Greyhead
Thankyou very much! I don't run the site in max error reporting, but only enable it if something goes wrong :-)
Thankyou very much! I don't run the site in max error reporting, but only enable it if something goes wrong :-)
Btw. I see this message after it has sent a mail:
$domain: Array ( [0] => kenneth [1] => fribert.dk )
$return: 1
$domain: Array ( [0] => kenneth [1] => fribert.dk )
$return: 1
Hi fribse,
Sorry, It looks like a coupe of lines of debug code were left in the domain checker code :-( Please re-download from the DropBox link and hopefully all will be well.
Bob
Sorry, It looks like a coupe of lines of debug code were left in the domain checker code :-( Please re-download from the DropBox link and hopefully all will be well.
Bob
This topic is locked and no more replies can be posted.
