During Installation

Top  Previous  Next

DURING INSTALLATION

Issue: GD library was not found. You can lose some functionality.

Solution: Without GD lib you will be unable to upload pictures to listings. You need to contact your hosting and ask them to recompile PHP with the "GD" lib.

Issue: Iconv extension is not found. Import from MS Excel files will not be available.

Solution: You need to contact your hosting and ask them to recompile PHP with the "iconv" lib.

Issue: CURL extension is not found. PayPal payment functionality will not work.

Solution: You need to contact your hosting and ask them to recompile PHP with the "curl" lib.

Issue: Database configuration is invalid. Cannot establish connection to MySQL server:

Solution:

1.You need to check what is the host of your MySQL server and indicate it in the installation script.
2.Another reason can be that your MySQL server is stopped or glitches, in this case you need to contact your hosting and ask them for help.

Issue: Database configuration is invalid. Cannot find DB.

Solution: The DB does not exist. You need to create it in your Control Panel.

Issue: Cannot establish MySQL connection.

Solution: The access to the DB is incorrect. You need to check the correspondence of the DB name, DB user and DB password in your Control Panel.

Issue: Cannot execute MySQL query

Solution:

1.The versions of MySQL server on your hosting can not be compatible with the MySQL version of the DB dump, which is used by installation script. As it is stated on our official site in the System Requirements section, our script needs MySQL 4.1 or higher.
2.The DB user does not have all privileges for the DB. You need to grant all privileges for the user in your Control Panel.
3.Settings of the buffer on your server can not accept the whole query. You need to contact your hosting and ask them to resolve this issue.

Issue: Cannot read SQL dump: 'db.sql'

Solution: The db.sql file does not exist. You need to contact our Support and we'll send you the file.

Issue: The installation has stopped at:

Checking mode of directories...
Setting character set...
Creating base tables...
and does not proceed any further.

Solution: Most likely, the reason for this issue is with your hosting settings or MySQL client. The fastest and easiest way to fix it is to contact our Support and we'll upload a database to your server.

Issue: Server configuration doesn't satisfy minimal requirements.

Solution: Please refer to the System Requirements section on our official sites and ask your hosting to configure your server in accordance with the system requirements listed there.