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
Hi Overbyrd,
When you upgrade you need to open and re-save your forms.
Max has created some new parameter fields and the code fails if they are not found. Open and resave creates the missing entries OK.
You should change the code back to the original version or the new features - cc, bcc, etc, will not work.
Bob
When you upgrade you need to open and re-save your forms.
Max has created some new parameter fields and the code fails if they are not found. Open and resave creates the missing entries OK.
You should change the code back to the original version or the new features - cc, bcc, etc, will not work.
Bob
Thank you very much.
I didn't know this, but did you know about the debug problem?
Debug didn't worked at all.
Best regards,
Overbryd
I didn't know this, but did you know about the debug problem?
Debug didn't worked at all.
Best regards,
Overbryd
Hi Overbyrd,
Same problem, Max changed the way that debug worked to add it to the form manager tab. Opening and resaving will fix this too.
Bob
Same problem, Max changed the way that debug worked to add it to the form manager tab. Opening and resaving will fix this too.
Bob
Hi Overbyrd,
I don't think it's in the manual🙂 has been posted here somewhere though.
Bob
I don't think it's in the manual🙂 has been posted here somewhere though.
Bob
I'm having the same problem with the emails not sending - I see you mention a mos_mail code change??? Please tell me where do I make this change?
Thanks!
Thanks!
This topic is locked and no more replies can be posted.