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

Soul_’s picture

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)

shys’s picture

thank you verymuch!you are a great help!

Peloose’s picture

Thank you Soul, your treat work as well on which I run XAMPP in windows XP

zakir.gori’s picture

add
ini_set('max_execution_time', 0);
on your setting.php

zakir.gori