Cs Cart 4.1 Development/live Mode How?

Hello,



We used development mode to show some errors.





Do you know how to turn it on in version 4.1? Is there any dev mode there?

Hi,

You can add at the end of [color=#ff0000]config.local.php [/color]


define('DEVELOPMENT',true);




I hope that helps,





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

in the config.php file, you can find this row (line 99):

//define('DEVELOPMENT', true);



Remove the // and you are done.


[quote name='ibizo' timestamp='1390076344' post='175465']

Hello,



We used development mode to show some errors.





Do you know how to turn it on in version 4.1? Is there any dev mode there?

[/quote]

Thanks