Installer fails (PDOStatement.php)

Hi,



during install I got an error at first step:

http://mautic1.geodrop.com/installer/step/1



The mautic error log report this:

[07-Jul-2015 16:12:49 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:mauticvendordoctrinedballibDoctrineDBALDriverPDOStatement.php on line 35



I have this configuration:

Win 8.1 Home 64bit

XAMPP with Apache2, mysql Ver 14.14 Distrib 5.6.16 and PHP 5.5.11



Accessing my db I can see the database and all its tables (they are created without errors)

Hi,

during install I got an error at first step:
http://mautic1.geodrop.com/installer/step/1

The mautic error log report this:
[07-Jul-2015 16:12:49 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:mauticvendordoctrinedballibDoctrineDBALDriverPDOStatement.php on line 35

I have this configuration:
Win 8.1 Home 64bit
XAMPP with Apache2, mysql Ver 14.14 Distrib 5.6.16 and PHP 5.5.11

Accessing my db I can see the database and all its tables (they are created without errors)

Update: I patched it adding this line:
set_time_limit(600);

in PDOStatement.php (line 35) and also in app/cache/prod/classes.php (line 409) and then I could complete the installation.

I have a fast PC, with 8gb of ram and a fast cpu, so I’m worried the install process got more then 30 seconds …