I asked support why safe mode is on. They told me their favorite response, "safe mode is disabled on all servers". I investigated into this. They told me to enter the following script into a text editor and save it as test.php.
I did this and it shows the server's configuration settings. When you search (ctrl + F) safe_mode, you find this:
1 means safe mode is on. 0 means safe mode is off. Does anyone else see a "0"? I certainly don't see one.
You can see the server configuration settings here (php script quoted above).
Just hit the ctrl & F button simultaneously and search for "safe_mode". Shows safe mode is on huh?
It's funny how the staff keeps telling everyone it is off.
If staff don't believe that safe mode is on, try these links and see what you get
xxxdating.x10.mx
hoteldevelopment.x10.mx/forum
Both websites tell you that safe mode is in fact on.
<pre>
<?php
print_r(ini_get_all());
?>
</pre>
I did this and it shows the server's configuration settings. When you search (ctrl + F) safe_mode, you find this:
[safe_mode] => Array
(
[global_value] => 1
[local_value] => 1
[access] => 4
)
1 means safe mode is on. 0 means safe mode is off. Does anyone else see a "0"? I certainly don't see one.
You can see the server configuration settings here (php script quoted above).
Just hit the ctrl & F button simultaneously and search for "safe_mode". Shows safe mode is on huh?
It's funny how the staff keeps telling everyone it is off.
If staff don't believe that safe mode is on, try these links and see what you get
xxxdating.x10.mx
hoteldevelopment.x10.mx/forum
Both websites tell you that safe mode is in fact on.