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

[eluser]cahva[/eluser]
Quote:$this->_safe_mode = var_dump(ini_get("safe_mode"));
..no.. var_dump is just to check what was in the ini_get. That output you got says that safe_mode is off, which is funny because the error you got says its on Smile So the server is lying about the safe mode Big Grin

Just set it manually to TRUE:
Code:
$this->_safe_mode = TRUE;


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