Does anyone know what this error means and how it can be solved?
[]Warning: mm_mail(): SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE. in /data/apache/php/mmp_lib/php4u_mail.php on line 7 [/]
This occurs after a new user registration (after pressing the submit button). The site is hosted at Lycos....
You need to disable safe mode in your PHP.INI like this...
; Safe Mode ; safe_mode = Off
; By default, Safe Mode does a UID compare check when ; opening files. If you want to relax this to a GID compare, ; then turn on safe_mode_gid. safe_mode_gid = Off
Do you have access to PHP.INI? If not, then you'll have to ask Lycos to do this for you
Btw Pasq, in config.inc.php do you have this set to anything...?
// Some servers require the [][email protected][/] parameter to send email. Normally this is not // the case so this should stay off. However, if you are not receiving email you can try turning this on. $config['fifth_mail'] = "";
If yes, is it because you can't send emails otherwise? If you don't need this enabled, then try setting it to nothing like above and see if your errors go away.
// Some servers require the [][email protected][/] parameter to send email. Normally this is not // the case so this should stay off. However, if you are not receiving email you can try turning this on. $config['fifth_mail'] = "";
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.