Skip to main content

Troubleshooting

Fixing Issue: Fatal error: "Maximum execution time of 240 seconds exceeded"

Submitted by system on
Search for drupal_set_time_limit in Drupal directory and modify the line as below. Ensure that it is restored later once the required operation is over: For example: Modify the following line in locale.inc file in includes/locale.inc. <?php drupal_set_time_limit(240); ?> and set to 1800. -- Source https://www.drupal.org/node/2085515#comment-7845525