When people have entered their email address and their username they get a blank page
I am running PHP Version 4.3.0 and pear is disabled in config.php
how do i know if pear is installed? which section, which directive/variable?
do I have to enable pear in config.php or should it work without it?
this is in my server error log:
[Wed Feb 18 12:46:25 2004] [error] PHP Warning: mail() [
function.mail]: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE. in /home/*******/system/pear/Mail/mail.php on line 112
[Wed Feb 18 12:46:25 2004] [error] PHP Fatal error: Call to a member function on a non-object in /home/*******/www/lib-common.php on line 3211
the errors says something about pear, but it's disabled in config.php, how's that possible?