I am setting up my client's CS-Cart eCommerce site on my local development machine. I have imported the database dump or SQL file and used database connection details correctly in config.local.php
but I am consistently getting "Store Closed" screen.
Asked
Active
Viewed 330 times
1

piet.t
- 11,718
- 21
- 43
- 52

Ahmed Numaan
- 1,034
- 1
- 10
- 26
1 Answers
1
You have to uncomment this line of code define('DEVELOPMENT', true);
first ,that's how you can see the error.Try this first and then send me exact error.

sreechith srk
- 146
- 12
-
Thanks for helping me with it. It is now showing me the errors. – Ahmed Numaan Aug 06 '18 at 11:48