Forums

(solved) Problems with DEBUG and Mails don't send

Overbryd 14 Dec, 2007
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:

/**
* 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
GreyHead 14 Dec, 2007
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
Overbryd 14 Dec, 2007
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
GreyHead 14 Dec, 2007
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
Overbryd 14 Dec, 2007
ok.. a case of rtfm😉

thanks
GreyHead 14 Dec, 2007
Hi Overbyrd,

I don't think it's in the manual🙂 has been posted here somewhere though.

Bob
sidewalk 15 Dec, 2007
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!
GreyHead 15 Dec, 2007
Hi sidewalk.

I see you fixed your problem but for other readers, don't make the mosMail change as it disables a whole bunch of stuff.

If you have problems after an upgrade, then edit and re-save your forms (no need to change anything) to create the new database records.

Bob
This topic is locked and no more replies can be posted.