bilis_money Posted April 10, 2007 Share Posted April 10, 2007 i have transfered my codes into the new web server that has php ver 5.2.1 and when there is an error, there is no error message showing up. Has anybody here knows how to enable the error message console in php. thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/46446-error-message-is-not-showing-up-on-server/ Share on other sites More sharing options...
clown[NOR] Posted April 10, 2007 Share Posted April 10, 2007 i learned that like 15 min ago =) error_reporting(E_ALL); Quote Link to comment https://forums.phpfreaks.com/topic/46446-error-message-is-not-showing-up-on-server/#findComment-225926 Share on other sites More sharing options...
wildteen88 Posted April 10, 2007 Share Posted April 10, 2007 link=topic=135424.msg571017#msg571017 date=1176219416] i learned that like 15 min ago =) error_reporting(E_ALL); Its not just error_reporting you want to set. You also want to turn display_errors on too in the php.ini if you don't turn on display_errors then no errors are going to displayed regardless of what error_reporting is set to. Quote Link to comment https://forums.phpfreaks.com/topic/46446-error-message-is-not-showing-up-on-server/#findComment-225932 Share on other sites More sharing options...
bilis_money Posted April 10, 2007 Author Share Posted April 10, 2007 ok, thanks Quote Link to comment https://forums.phpfreaks.com/topic/46446-error-message-is-not-showing-up-on-server/#findComment-225942 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.