Welcome Guest, Not a member yet? Register   Sign In
PHP4 and PHP5
#11

[eluser]cahva[/eluser]
Yep.. Thats it. I checked the libraries/Email.php and it should send the mail without additional parameters if safe mode is set to on, so somethings definately wrong.

It checks if $this->_safe_mode == TRUE. That is set with this:
Code:
$this->_safe_mode = ((boolean)@ini_get("safe_mode") === FALSE) ? FALSE : TRUE;

See what that gives you with this:
Code:
var_dump(ini_get("safe_mode"));

That might give you a clue..


Messages In This Thread
PHP4 and PHP5 - by El Forum - 03-25-2010, 07:29 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 07:33 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 07:55 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 08:30 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 09:06 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 09:24 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 10:22 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 11:43 AM
PHP4 and PHP5 - by El Forum - 03-25-2010, 03:31 PM
PHP4 and PHP5 - by El Forum - 03-25-2010, 05:06 PM
PHP4 and PHP5 - by El Forum - 03-25-2010, 05:27 PM
PHP4 and PHP5 - by El Forum - 03-26-2010, 07:54 AM
PHP4 and PHP5 - by El Forum - 03-26-2010, 08:12 AM
PHP4 and PHP5 - by El Forum - 03-26-2010, 08:18 AM
PHP4 and PHP5 - by El Forum - 03-26-2010, 09:20 AM
PHP4 and PHP5 - by El Forum - 03-26-2010, 10:34 AM
PHP4 and PHP5 - by El Forum - 03-26-2010, 01:32 PM
PHP4 and PHP5 - by El Forum - 03-26-2010, 05:41 PM
PHP4 and PHP5 - by El Forum - 03-27-2010, 08:15 AM
PHP4 and PHP5 - by El Forum - 05-14-2010, 04:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB