Page 1 of 1

Trying to migrate opencart from localhost to webserver [Notice: Error: Could not load config default!]

Posted: Sat Nov 10, 2018 8:57 pm
by PhantomMenace
Im on opencart 3.0.2.0
Just tried to migrade my shop to my webserver when i try to load the homepage i get this error:
Notice: Error: Could not load config default! in /home/xxx/xxx/xxx/public_html/system/storage/modification/system/library/config.php on line 63

at first i had issues that start.php could not be found but i fixed that,

Re: Trying to migrate opencart from localhost to webserver [Notice: Error: Could not load config default!]

Posted: Sun Nov 11, 2018 5:30 am
by straightlight
Ensure your config.php and admin/config.php as well as your .htaccess files are properly configured once uploaded to another server.

Re: Trying to migrate opencart from localhost to webserver [Notice: Error: Could not load config default!]

Posted: Sun Nov 11, 2018 4:25 pm
by villagedefrance
Yes, both your "config.php" must be edited with:
- the correct URLs for your live site.
- the correct Database credentials.

Obviously, this last point means that you have properly created your DB first.

Re: Trying to migrate opencart from localhost to webserver [Notice: Error: Could not load config default!]

Posted: Mon Nov 12, 2018 3:40 am
by straightlight
Redundancy