Orionsbelter Posted May 20, 2008 Share Posted May 20, 2008 Hello i purchased a V.D sever for godaddy.com and noticed that php error don't show up on my site it'll just show the page background what do i need to install on it to make these PHP error messages show? and where can i find the software. thanks Link to comment https://forums.phpfreaks.com/topic/106476-help-me-what-do-i-need-to-install-on-my-sever-to-display-php-error-messages/ Share on other sites More sharing options...
bilis_money Posted May 20, 2008 Share Posted May 20, 2008 it is built in with php. inside php.ini tweak the display_errors into ON you can use phpinfo() to view the current settings. Link to comment https://forums.phpfreaks.com/topic/106476-help-me-what-do-i-need-to-install-on-my-sever-to-display-php-error-messages/#findComment-545748 Share on other sites More sharing options...
Orionsbelter Posted May 20, 2008 Author Share Posted May 20, 2008 how can i find the php.ini? please Link to comment https://forums.phpfreaks.com/topic/106476-help-me-what-do-i-need-to-install-on-my-sever-to-display-php-error-messages/#findComment-545809 Share on other sites More sharing options...
MadTechie Posted May 20, 2008 Share Posted May 20, 2008 just add error_reporting(E_ALL); to the start of your script, see here Link to comment https://forums.phpfreaks.com/topic/106476-help-me-what-do-i-need-to-install-on-my-sever-to-display-php-error-messages/#findComment-545813 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.