D
D
dm632016-06-19 15:52:53
opencart
dm63, 2016-06-19 15:52:53

Fatal error: Class 'Config' not found, what's the problem?

Moved opencart website to another hosting. Through FTP flooded the site, imported the database. Everything seemed to be done correctly. But when opening a site on a new domain, it gives an error Fatal error: Class 'Config' not found referring to index.php and line 27 in it.
This part of the code is here:
// Config
$config = new Config(); // HERE
$registry->set('config', $config);

All covered already, please help!

Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor, 2016-06-19
@egormmm

Says he can't find the class. Apparently not all files were copied. You need a system folder, it contains all the classes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question