By Soul_ on
Okey... So I've found 10 different threads about this and no one really explaining it in laymen terms. I'm an absolute noob and need help!
I'm using XAMPP to localhost in W7 on a flashdisk.
I've understood that I should change the execution time in php.ini found in xampp/apache/bin/ but can't find it there on any where else in the xampp folder.
Anyone know why this happens and how to change it?
Comments
Seems like I've resolved this
Seems like I've resolved this by adding
ini_set('max_execution_time', 0);to the end of settings.php (drupal\sites\default\settings.php)
thank you verymuch!you are a
thank you verymuch!you are a great help!
On Windows XP
Thank you Soul, your treat work as well on which I run XAMPP in windows XP
Fatal error: Maximum execution time of 60 seconds exceeded
add
ini_set('max_execution_time', 0);
on your setting.php
zakir.gori