Page 1 of 1

emailer.php

PostPosted: Mon Nov 06, 2006 5:51 pm
Author: LtGen.UnderOth.FtL
Whenever i or anyone else posts we get this error

General Error
Failed sending email :: PHP ::

DEBUG MODE

Line : 233
File : emailer.php

the thing is that i havent made any modifications to the forums and ive never recived this messege before.

Re: emailer.php

PostPosted: Mon Nov 06, 2006 6:57 pm
Author: Teelk
I'd check with your host provider and ask them if they're php mail function is working correctly or if they have turned it off. Your forum is trying to email post reply notifications, but is running into problems while accessing the php mail function.

PostPosted: Mon Nov 06, 2006 8:07 pm
Author: LtGen.UnderOth.FtL
can i turn thos notificatons off?

Re: emailer.php

PostPosted: Mon Nov 06, 2006 10:26 pm
Author: Teelk
You can.

Go to ACP>General Admin>Configuration+

Click profile.

Scroll down to "Always notify me of replies", switch it to no if it's not already, and then switch override user choices to yes and hit submit.

Although, I'm not 100% sure that it won't still process the code with the php mail function. I'd have to delve into the code for that. Which I'll do if simply turning it off doesn't work.