fatal error: Maximum execution time of 30 seconds exceeded in <path>dolphin\install\index.php on line 1761
Anybody know what this means ? It occurs during installation in the configuration sometime after the tables are created in the database and before the cron jobs setup.
It appears to be in function RunSql at the line
$res = mysql_query ( $s_sql, $link );
SOLUTION: Script execution timer was too low. Change
('max_execution_time', '0'); no time limit
in php.ini