dzervas
dzervas

Reputation: 258

"Script error." in CS-Cart

CS-Cart seems to break with a "Script error." HTML with a red box around. It's like I'm getting redirected, but I can't see it anywhere. I have no idea how to debug it and what data would be useful for this issue

Upvotes: 0

Views: 435

Answers (1)

Ramesh
Ramesh

Reputation: 2403

Try to comment the following lines

//define('DEVELOPMENT', true);
// Enable DEV mode if Product status is not empty (like Beta1, dev, etc.)
//if (PRODUCT_STATUS != '' && !defined('DEVELOPMENT')) {
// ini_set('display_errors', 'on');
//  ini_set('display_startup_errors', true);
//   define('DEVELOPMENT', true);

Upvotes: 1

Related Questions