basit006 Posted January 20, 2014 Share Posted January 20, 2014 (edited) Urgent Help when i am checking out the product in my website the page is blank can anyone help me www.tujarat.com regards Edited January 20, 2014 by basit006 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 20, 2014 Share Posted January 20, 2014 blank page means that you've got some kind of errors. turn on error reporting. 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...
walidon Posted January 20, 2014 Share Posted January 20, 2014 turn the error report on to see what is the problem: 1- Navigate to the PrestaShop 1.5 root folder.2- From there, navigate the path /config/defines.inc.php3- Open up the defines.inc.php file in the text editor.4- Find the line of code that reads "define('_PS_MODE_DEV_', false)" This is line 28 by default in PrestaShop 1.5.5- Change it to read "define('_PS_MODE_DEV_', true)". then repeat the operation and share with us the error! 1 Link to comment Share on other sites More sharing options...
basit006 Posted January 20, 2014 Author Share Posted January 20, 2014 This is the error Fatal error: Call to undefined method Product::getAvailableDate() in /home/tujaratc/public_html/modules/dateofdelivery/dateofdelivery.php on line 139 Link to comment Share on other sites More sharing options...
walidon Posted January 20, 2014 Share Posted January 20, 2014 try to disactivate you dateofdelivery and see what happens 2 Link to comment Share on other sites More sharing options...
basit006 Posted January 20, 2014 Author Share Posted January 20, 2014 i did it works thanks to you both Link to comment Share on other sites More sharing options...
walidon Posted January 20, 2014 Share Posted January 20, 2014 happy it worked mark your topic as [sOLVED]: Go to your topic (1st one) > edit > use full editor > put [sOLVED] in front of the title Link to comment Share on other sites More sharing options...
Recommended Posts