php - How to change Codeigniter safe mode off? -
i trying utilize backquotes execute scheme command, says next message:
curlopt_followlocation cannot activated when safe_mode enabled or open_basedir set
so.. guess need turn off safe mode. have no thought how this.
can walk me through? phpinfo() says "safe_mode" directive off master value, on local value.
i guess there's switch somewhere need set?
thanks!
'master value'
value within php.ini. 'local value'
directory you're looking at.
a simple way turn off safe mode specific directory following
add end of httpd.conf
, create sure restart apache server.
<directory /var/www/html> php_admin_flag safe_mode off </directory>
php codeigniter
No comments:
Post a Comment