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 'ABANTE.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.
hi.
You can see detailed description of this error inside your CPanel, see error.log. Please post it here
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.
Problem Solved...