Can someone please help me or give me a step by step guide to turning safe mode off via SSH !!!! Thanks
I'm assuming you mean turn safe mode off in php. If you have root access and WHM/cPanel then you can use Easy Apache to achieve this. Here's an excellent tutorial on how to use Easy Apache.
To shut down safe mode do the following. 1. Login to root using shell. 2. type the following command: nano /usr/local/Zend/etc/php.ini if you dont have nano editor then use pico or vi to edit the php.info file 3. Search for the line "safe_mode" 4. Change the value to "Off". 5. Save the file. 6. Restart your Apache/Httpd Your safe mode should be shut down.
you may need to do locate php.ini or whereis php.ini if it's not there.... the command to restart apache is httpd restart or apachectl restart, probably the former.
A bit mistake correct command: service httpd restart Code (markup): or /etc/init.d/httpd restart Code (markup):