surinderpal Posted November 6, 2009 Share Posted November 6, 2009 need help for php script about how we can find error or any bug from online running file. Link to comment https://forums.phpfreaks.com/topic/180568-need-help-in-cron-tab/ Share on other sites More sharing options...
cags Posted November 6, 2009 Share Posted November 6, 2009 Set error_reporting to E_ALL and display_error to on using the php.ini if you have access or directly via the script. error_reporting(E_ALL); ini_set('display_errors', 1); Link to comment https://forums.phpfreaks.com/topic/180568-need-help-in-cron-tab/#findComment-952641 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.