Maint. Mode Issue

[color=#000000][font=Tahoma][size=1][center][color=#FFFFFF][size=2]



[LANG NAME=STORE_CLOSED_BANNER]STORE

CLOSED[/LANG][/size][/color][/center][/size][/font][/color]

[color=#000000][font=Tahoma][size=5][center][lang name=text_store_closed]Sorry, the store is temporarily closed for maintenance.[/lang][/center][/size][/font][/color]

hi,



please add the “local_conf.php” file in the root cs-cart directory with content:

```php


error_reporting(E_ALL);
@ini_set('display_errors', 1);
define('DEVELOPMENT', true);
```

it helps to see real error text.

best regards,
WSA team

Thank you i will try it

you're welcome