XF 1.2 Installation Issue

Hi all,

Basically installing a fresh version of the forum, new database etc etc. But we come across the following error: Fatal error: Maximum execution time of 120 seconds exceeded in C:\inetpub\ftproot\aerostarva\forum\library\Zend\Db\Statement\Mysqli.php on line 208

I believe we have tried increasing the max execution time in the php.ini file but it has had no affect. Can anyone shed some light on this? Any replies will be much appreciated.
 
If you look into the database with a tool like phpMyAdmin, what's the last table listed?

This is the step that creates all the tables and inserts the data - 120 seconds should be way more than needed. It should probably be 10-20 seconds at max. Unfortunately, time out errors are rather annoying.

Each time you run the step, is the error identical? (Same file/line.)

This may be indicative of an issue with the MySQL server.
 
Top Bottom