| Author |
Post |
|
|
#1 Sat May 05, 2007 6:41 pm
|
|
Member
Registered: May 2007
Posts: 2
Location: Russian Federation
|
Hi, Developers! At registration of the user, the forum has produced an error: E_USER_ERROR - Unable to send e-mail! The hosting. Sendmail works correctly, from a site go, but from a forum is not present. I have found solution of this problem. In a file functions.php on string 1198 in function mail () I have deleted a code '-f '. $ from_email but php5 for me works not in safe_mode! Obviously, it is a defect in usebb as other scripts correctly send email. « Last edit by Dietrich on Mon May 07, 2007 12:01 pm. »
|
|
|
#2 Sat May 05, 2007 11:42 pm
|
|
Member
Registered: May 2005
Posts: 296
Location: 98671
|
|
|
|
#3 Sun May 06, 2007 12:54 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
Perhaps the -f parameter should be removed in UseBB, it was added in a patch by Tadashi Jokagi. Perhaps he could elaborate on why this parameter is necessary. Moving to bug reports.
|
|
|
#4 Mon May 07, 2007 12:01 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
I fixed the problem by making the -f parameter a setting in the ACP.
|
|
|
#5 Mon May 07, 2007 12:05 pm
|
|
Member
Registered: May 2007
Posts: 2
Location: Russian Federation
|
Thank you 
|