1

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.

piet.t
  • 11,718
  • 21
  • 43
  • 52
Ahmed Numaan
  • 1,034
  • 1
  • 10
  • 26

1 Answers1

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