Post by brichard » Wed May 24, 2017 2:26 pm

I was just migrating the opencart from localhost to server and I did everything as I have found in a guide and I am receiving the following error:

Notice: Error: Could not load config default! in /home/xxx/public_html/system/storage/modification/system/library/config.php on line 27

Where xxx is the host name.

The config file looks like this:

<?php
// HTTP
define('HTTP_SERVER', 'http://www.lenjerielady.ro/');

// HTTPS
define('HTTPS_SERVER', 'http://www.lenjerielady.ro/');

// DIR
define('DIR_APPLICATION', '/home/xxx/public_html/catalog/');
define('DIR_SYSTEM', '/home/xxx/public_html/system/');
define('DIR_DATABASE', '/home/xxx/public_html/system/database/');
define('DIR_IMAGE', '/home/xxx/public_html/image/');
define('DIR_LANGUAGE', '/home/xxx/public_html/catalog/language/');
define('DIR_TEMPLATE', '/home/xxx/public_html/catalog/view/theme/');
define('DIR_CONFIG', '/home/xxx/public_html/catalog/config/');
define('DIR_CACHE', '/home/xxx/public_html/system/storage/cache/');
define('DIR_DOWNLOAD', '/home/xxx/public_html/system/storage/download/');
define('DIR_LOGS', '/home/xxx/public_html/system/storage/logs/');
define('DIR_MODIFICATION', '/home/xxx/public_html/system/storage/modification/');
define('DIR_UPLOAD', '/home/xxx/public_html/system/storage/upload/');

// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'xxx');
define('DB_PASSWORD', 'xxx');
define('DB_DATABASE', 'r49640le_opencart');
define('DB_PORT', '3306');
define('DB_PREFIX', 'oc_');
?>

Any suggestions?

Newbie

Posts

Joined
Wed May 24, 2017 2:22 pm

Post by ibashirbwn » Wed May 24, 2017 3:39 pm

you have to change these
change catalog to system
define('DIR_CONFIG', '/home/xxx/public_html/system/config/');

Newbie

Posts

Joined
Wed May 24, 2017 1:40 pm

Post by brichard » Thu May 25, 2017 1:27 pm

ibashirbwn wrote:
Wed May 24, 2017 3:39 pm
you have to change these
change catalog to system
define('DIR_CONFIG', '/home/xxx/public_html/system/config/');
Thank you, that was the problem!

Newbie

Posts

Joined
Wed May 24, 2017 2:22 pm
Who is online

Users browsing this forum: No registered users and 140 guests