adi_2016 Posted August 1, 2016 Share Posted August 1, 2016 Hi, I have recently made some changes in code for my prestashop and after, when I click on any item I get blank page. Please see screenshot bellow Since I am not sure what and where I have made change in code, and don't have backup files, I would like to fix it. However, I am not aware which file(s) are used for showing product page. Can someone please give me some pointer with this issue? I can also post a link of my website in order to see the detail. Many thanks in advance.Adi Link to comment Share on other sites More sharing options...
NemoPS Posted August 1, 2016 Share Posted August 1, 2016 Turn on dev mode in config/defines.inc.php Link to comment Share on other sites More sharing options...
adi_2016 Posted August 1, 2016 Author Share Posted August 1, 2016 (edited) THANK you so much:) p.s. for others who might have same issue: I changed this /* Debug only */if (!defined('_PS_MODE_DEV_')) {define('_PS_MODE_DEV_', false);} to this /* Debug only */if (!defined('_PS_MODE_DEV_')) {define('_PS_MODE_DEV_', true);} and then I could see where exactly error was. Cheers:)Adi Edited August 1, 2016 by adi_2016 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now