| Author |
Post |
|
|
#1 Thu Apr 24, 2008 5:18 pm
|
|
Member
Registered: Apr 2008
Posts: 2
|
I am getting the follow message when post and reply to private message. Is a bit random sometimes.... Quote UseBB General Error
An error was encountered. We apologize for any inconvenience.
In file sources/functions.php on line 1169:
E_USER_ERROR - Unable to send e-mail!
This error should probably not have occured, so please report it to the webmaster. Thank you for your help.
If you are the webmaster of this board and you believe this is a bug, please send a bug report.
Any suggestions how to fix this issue? thanks in advance!
|
|
|
#2 Fri Apr 25, 2008 10:03 am
|
|
Moderator
Registered: Oct 2005
Posts: 425
Location: canada
|
Since UseBB doesn't come pre-installed with a private messaging system, I am going to assume you are using a modification? If it happens at random, it is most likely your hosts SMTP server not working at random. Either disable the email notification or contact your host.
|
|
|
#3 Fri Apr 25, 2008 4:20 pm
|
|
Member
Registered: Apr 2008
Posts: 2
|
Ok thanks for your reply 
|
|
|
#4 Sat Apr 26, 2008 11:12 pm
|
|
Member
Registered: Apr 2008
Posts: 1
|
How, exactly, does one go about disabling email notification? Is there an ACP setting that I'm missing?
|
|
|
#5 Sun Apr 27, 2008 9:21 am
|
|
Developer
Registered: Apr 2004
Posts: 2180
Location: Belgium
|
UseBB assumes that PHP's mail() function actually works... if it doesn't this is considered a misconfiguration on the hosts's behalf. You can't disable the mail functionality in v1. If you are urged to, disable email confirmation and alter the code as described before: http://www.usebb.net/community/topic-983.html. Note topic subscription messages will of course stop working as well.
|
|
|
#6 Mon Apr 28, 2008 1:18 am
|
|
Moderator
Registered: Oct 2005
Posts: 425
Location: canada
|
You can disable email notifications for Private Messages only via your Profile -> Edit Options -> E-mail notification for new PM?.
|