Bug #16192
closedTimeout
0%
Description
Hi,
I haven't got any lucky with the Version 4.0 (WAMP). So I tried the Version 3.8.1.
I got this error: "Fatal error: Maximum execution time of 60 seconds exceeded in C:\typo3-3_8_1\htdocs\dummy-3.8.1\typo3\t3lib\class.t3lib_div.php on line 2101".
Where can I change this timer?
With Regards,
Laszlo E.
(issue imported from #M3581)
Updated by Jacob Floyd over 18 years ago
For serverwide configuration change php.ini
If you want to extend the time limit for just the EM then place:
php_value max_execution_time 120
in ".htaccess" or equivalent apache directory config file.
Place .htaccess in C:\typo3-3_8_1\htdocs\dummy-3.8.1\typo3\mod\tools\em\
hint: use notepad, place the php_value line in it, and when you save put quotes around the name like this ".htaccess" which allows the file to start with a dot
Enjoy.
Updated by Laszlo Erdos over 18 years ago
Hi,
Thx, I have tried the ".htaccess", but not work.
With Regards,
Laszlo E.
Updated by Karsten Dambekalns over 18 years ago
Obviously your network connection is too slow, this is in getURL()...