Home Installation Problem with importing data during installation...
Problem with importing data during installation process
Most likely the problem is caused by the connection time limit to your MySQL server.
If the connection time limit to your MySQL server is 30 seconds:
- Open the config.php file located in the root directory of your CS-Cart installation.
- Find there the following line of the code:
define('INSTALL_DB_EXECUTION', 3600); - Replace 3600 with 29. Save the file. After that the connection will be established to MySQL in every 29 seconds.
- Try to install CS-Cart.
