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:

  1. Open the config.php file located in the root directory of your CS-Cart installation.
  2. Find there the following line of the code:
    define('INSTALL_DB_EXECUTION', 3600);
  3. Replace 3600 with 29. Save the file. After that the connection will be established to MySQL in every 29 seconds.
  4. Try to install CS-Cart.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.