shaneelliott Posted June 26, 2014 Share Posted June 26, 2014 (edited) Hi I hope someone can help me I can log into my shops admin page but the actual shop just appears blank when I try to go to it? I have no idea what has happened and I can access all other websites so my internet connection seems fine. www.darkhorsewheels.com/shop Edited June 26, 2014 by El Patron (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted June 26, 2014 Share Posted June 26, 2014 when you receive blank page, enable PrestaShop error reporting open file config/defines.inc.php change this line to true, for example: define('_PS_MODE_DEV_', true); now recreate issue after you obtain underlying error, you can then search for issue to see is resolution. note:set back to false when done testing Link to comment Share on other sites More sharing options...
shaneelliott Posted June 26, 2014 Author Share Posted June 26, 2014 when you receive blank page, enable PrestaShop error reporting open file config/defines.inc.php change this line to true, for example: define('_PS_MODE_DEV_', true); now recreate issue after you obtain underlying error, you can then search for issue to see is resolution. note:set back to false when done testing Your a life saver, Thank you! Found the issue and sorted it out. Syntax error in code. 1 Link to comment Share on other sites More sharing options...
Recommended Posts