Project

General

Profile

Actions

Bug #16192

closed

Timeout

Added by Laszlo Erdos almost 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2006-05-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Jacob Floyd almost 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.

Actions #2

Updated by Laszlo Erdos almost 18 years ago

Hi,

Thx, I have tried the ".htaccess", but not work.

With Regards,
Laszlo E.

Actions #3

Updated by Karsten Dambekalns almost 18 years ago

Obviously your network connection is too slow, this is in getURL()...

Actions

Also available in: Atom PDF