Hello,
first, I've used ChronoForms a long time and I was always happy with this great component.
But in Joomla 1.0.12 and ChronoForms 2.3.5/6 I encountered several problems...
First E-Mails don't send. I don't know why, I've checked my Joomla configuration and my server. Everything is fine there.
In another forum someone said to replace the mos_mail code with this:
I did and mails went out.
Next thing is, when I tried to activate debug - nothing showed up. No debug information. Then I went to line 203 and changed it to this:
Debug worked from this time on.
Have a nice time building great forms with ChronoForms!
Best Regards,
Overbryd
Post edited by: Overbryd, at: 2007/12/14 11:57
Post edited by: Overbryd, at: 2007/12/14 11:58<br><br>Post edited by: Overbryd, at: 2007/12/14 13:30
first, I've used ChronoForms a long time and I was always happy with this great component.
But in Joomla 1.0.12 and ChronoForms 2.3.5/6 I encountered several problems...
First E-Mails don't send. I don't know why, I've checked my Joomla configuration and my server. Everything is fine there.
In another forum someone said to replace the mos_mail code with this:
/**
* Send the email(s)
*
* this was modified *
*/
$email_sent = mosMail($from, $fromname, $recipient, $subject, $html_message, true,
NULL, NULL, NULL, NULL, NULL );
I did and mails went out.
Next thing is, when I tried to activate debug - nothing showed up. No debug information. Then I went to line 203 and changed it to this:
if($paramsvalues->debug=='1') $debug=true;
Debug worked from this time on.
Have a nice time building great forms with ChronoForms!
Best Regards,
Overbryd
Post edited by: Overbryd, at: 2007/12/14 11:57
Post edited by: Overbryd, at: 2007/12/14 11:58<br><br>Post edited by: Overbryd, at: 2007/12/14 13:30