edit file install\import_db.php with a txt editor like notepad.Is there away to increase max execution timeout without edit php.ini
add after line 3 the line
Code: Select all
set_time_limit(0);
Code: Select all
include('bootstrap.php');
Code: Select all
include('bootstrap.php');
set_time_limit(0);
Otherwise can be changed only in the php.ini