English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi - I found out that Plesk turns off php error reporting by default and that to turn in on I have to modify "/etc/php.ini" .
I downloaded 'putty' and SSH-ed as 'su' but permissions are denied when I type /etc/php.ini.
I called godaddy and was told that they are having no problem doing it on their end and just to make sure that I login as root (which I think "su" is, correct?) - Of course, since virtual dedicated server come with no support, I am stuck in the dark...
Please help!
MANY THANKS :-)

2007-02-26 12:20:28 · 2 answers · asked by plasticy 1 in Computers & Internet Programming & Design

2 answers

Once you've SSHed into the box (using PUTTY), run

su - root

to become root. Then you can edit /etc/php.ini using vi

vi /etc/php.int

2007-03-01 09:20:35 · answer #1 · answered by Benjamin S 1 · 1 0

Add the following line on top of your PHP files.

error_reporting(E_ALL);

and try.

2007-02-28 07:48:30 · answer #2 · answered by Atif Majid 3 · 1 0

fedest.com, questions and answers