Hi there,
I've set the display_errors = Off in the php.ini ; however, it keeps showing me the error on the pages. I've restart the apache service and even the computer. But still fail to hide the message.
Is there any thing I need to do so the php setting will be done?
Thanks.
php.ini setting
Moderator: General Moderators
create a phpinfo() page
create a phpinfo() page and check which php.ini you are using
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
You can also use the -i switch at the CLI (should work for Windows too):
Code: Select all
prompt> php -i