Hi,
I finished to move files to my new server and had only white pages.
Through "Inspect Element", I saw it was a HTTP 500 error.
And after I enabled showing errors I had this:
Fatal error: Class 'ShopGroup' not found in ~/classes/controller/AdminController.php on line 1419
or
Fatal error: Class 'ShopGroup' not found in ~/classes/shop/Shop.php on line 483
I saw that the file ShopGroup.php was missing in ~/classes/shop and I upload it.
The fact is that I have still that error.
What could it be?
Ps. I've already cleared the cache of the browser and tried with different browsers.