AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: breal7835 on August 07, 2018, 01:18:53 AM

Title: New Install: Data Load Error / Internal Server Error
Post by: breal7835 on August 07, 2018, 01:18:53 AM
My apologies if this is redundant. (I am so close.)

Fresh Install on Godaddy (Plesk)

I have passed the compatibility check and entered what I believe to be the proper configuration.

I get through the majority of the Data load and then get a Internal Server Error.

I pulled this from the Error Logs:

2018-08-07 3:37:02 - database error:  AbanteCart core v.1.2 SQL Error: Table 'AbanteCart.abc_settings' doesn't exist<br />Error No: 1146<br />SQL: SELECT * FROM abc_settings in <b>G:\PleskVhosts\migratingculture.com\httpdocs\core\database\amysqli.php</b> on line <b>109</b>

2018-08-07 4:54:59 - App Warning:  AbanteCart core v.1.2 ADispatch: pages/activation construct FAILED. Missing or incorrect controller route path. Possibly, layout block is enabled for disabled or missing extension! Execution stack:     -  G:\PleskVhosts\migratingculture.com\httpdocs\core\engine\dispatcher.php(76): genExecTrace('full')
    -  G:\PleskVhosts\migratingculture.com\httpdocs\core\engine\page.php(97): ADispatcher->__construct('pages/activatio...', Array)
    -  G:\PleskVhosts\migratingculture.com\httpdocs\install\index.php(104): APage->build('pages/activatio...') in G:\PleskVhosts\migratingculture.com\httpdocs\core\engine\dispatcher.php on line 77

Also please see screen shots.

Much Thanks for any help.
Title: Re: New Install: Data Load Error / Internal Server Error
Post by: abolabo on August 07, 2018, 02:24:16 AM
hi.
You can see detailed description of this error inside your CPanel, see error.log. Please post it here
Title: Re: New Install: Data Load Error / Internal Server Error
Post by: maxter on August 07, 2018, 06:32:48 AM
Looks like abc_settings database does not exists.

Check the following:

1. See if this table or other tables exists in your database
2. Check configuration file system/config.php
Check that you did not change table prefix in the settings.
You might have different one.
Title: Re: New Install: Data Load Error / Internal Server Error
Post by: breal7835 on August 08, 2018, 01:31:06 AM
Problem Solved...