codochi Posted October 24, 2013 Share Posted October 24, 2013 Hi all! Please help me solve this problem. I have product A in B category. When I click product A from New Product, it is OK. But when I click B category, it appear blank page (500 error). Regard! Link to comment Share on other sites More sharing options...
vekia Posted October 24, 2013 Share Posted October 24, 2013 if you see 500 internal server error: please turn on error reporting, then instead of error you will see what and where doesnt work (error message with full error code.) open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); 1 Link to comment Share on other sites More sharing options...
codochi Posted October 24, 2013 Author Share Posted October 24, 2013 if you see 500 internal server error: please turn on error reporting, then instead of error you will see what and where doesnt work (error message with full error code.) open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); It is problem with other module, I uninstall and it good working. Thank you vekia! Link to comment Share on other sites More sharing options...
vekia Posted October 24, 2013 Share Posted October 24, 2013 you're welcome glad to hear that i could help you a little in this case anyway, can i ask you about module? it was default module or some external solution? Link to comment Share on other sites More sharing options...
Recommended Posts