[Typo3] static_info_tables install problem
Bernhard Kraft
kraftb at kraftb.at
Wed Aug 17 02:26:05 CEST 2005
jas wrote:
> When i click "make update" link .. i this error :
> Fatal error: Maximum execution time of 30 seconds exceeded in C:\typo3\dummy2\typo3\t3lib\class.t3lib_db.php on line 946
When you click the update button a lot of SQL statements get generated and executed. And this
can cause high load on the server and it takes longer than 30 seconds to perform that few hundred
SQL statements with all the PHP generating them.
You will have to increase the "max_execution_time" of your php.ini ...
greets,
Bernhard
More information about the TYPO3-english
mailing list