Dolphin 6.1.6 Safe Mode Issue

Howdy!  Got a issue that maybe ya'll have seen before when members try to sign up on Dolphin 6.1.6:

Warning: mail() [function.mail]: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE in /home/socialya/public_html/inc/utils.inc.php on line 427 Join complete Mail has NOT been sent.
Unfortunately we could not send the confirmation e-mail to you at this time. Please, try later. We appologize for any inconvenience. Please report this bug to the administrator.

**Safe Mode is disabled on this server

This is what is on Line 427:

$iSendingResult = mail( $sRecipientEmail, $sMailSubject, html2txt($sMailBody), $sMailHeader, $sMailParameters );


Any ideas?  Thanks!

:-)
Quote · 29 Jan 2010

Hello!


Cut from PHP manual, function mail:

The additional_parameters parameter is disabled in safe_mode and the mail() function will expose a warning message and return FALSE when used. So safe mode acts still acts in ur server when mail function is called.

Regard

Quote · 29 Jan 2010

Any idea how to get around this then?

:-)
Quote · 29 Jan 2010

See mail checking from this post http://www.expertzzz.com/forumz/?action=goto&topic_id=3615 and show result to ur hosting if meet the same error.

Regard

Quote · 30 Jan 2010

I am my own hosting provider so I have nobody to show this to but the forums.

What makes this such a headache is safe mode is off but the error code is telling me it is on.  Even though the error code appears, Emails are still getting sent.

Idealy, it would be nice to figure out what is causing the error.  However, I would settle for a way to just hide this error since PHP is sending mail anyways.

Your input is greatly appreciated!  Thanks!

:-)
Quote · 2 Feb 2010

Anybody?

:-)
Quote · 3 Feb 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.