Hi, Anybody let me know how to put the safe mode 'off' in php.ini. I have dedicated server with root access.
After making the changes in php.ini, you will need to restart Apache service. No change requires in httpd.conf. Kailash
first login as root and find the php.ini file by giving the command php - i | grep php.ini This will show you the loaded php.ini configuration file Edit it and search for the option safe_mode and make it safe_mode = Off Else create an .htaccess file in the document root or public_html and add the entry php_flag safe_mode off If this does not work copy the contents of phpinfo here