Jump to content

No Error Reporting


scott532

Recommended Posts

[quote author=wildteen88 link=topic=105974.msg423838#msg423838 date=1156841597]
You also want to make sure the display_errors directive is turned on too in order to get the errors to be displayed to the browser. To turn this setting on you need to edit the php.ini.
[/quote]for all errors other than parse errors, you can use runtime change.
Link to comment
https://forums.phpfreaks.com/topic/18930-no-error-reporting/#findComment-82132
Share on other sites

Hi, i'm a definate unix no0b so be easy on me  ::).

Here's my problem. I'm in php.ini and it is read only. I can see [b]display_errors = Off[/b]. I need to turn it to on, but it won't let me write to this file.
I also went back and used the following command: [b]chmod g+w /usr/local/...php.ini[/b] and it responded saying  [b]operation not permitted[/b]. Why is it not permitted?
Thanks,
-Scott
Link to comment
https://forums.phpfreaks.com/topic/18930-no-error-reporting/#findComment-82331
Share on other sites

Hey wildteen... thanks for the sudo command it helped. what i ended up doing was this: [b]sudo chmod a=rwx /usr/local/...php.ini[/b] in order to write to the file. Then i restarted my comp before I noticed any error messaging showing up on the pages.
Link to comment
https://forums.phpfreaks.com/topic/18930-no-error-reporting/#findComment-82682
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.