If we are getting below error while executing cron jobs then we can update the WHMCS configuration file. Let’s see how to check this:
	
	
	
		
To resolve this issue we can update the configuration.php file and add below code in that file:
	
	
	
		
								
		Code:
	
	PHP Fatal error: Maximum execution time of 300 seconds exceeded in /path/to/file.php
	
		Code:
	
	$overidephptimelimit = 500;