adamthomson123 Posted December 20, 2014 Share Posted December 20, 2014 hi! my website is not showing first pageand header and footer in front end and nothing is displaying in back end, need help to solve the problem, pics are attached in the post, thanks Link to comment Share on other sites More sharing options...
El Patron Posted December 21, 2014 Share Posted December 21, 2014 for this types of blank displays you will need to turn on error reporting to determine underlying php error http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ Link to comment Share on other sites More sharing options...
adamthomson123 Posted December 21, 2014 Author Share Posted December 21, 2014 for this types of blank displays you will need to turn on error reporting to determine underlying php error http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ i Did ,but the following message is coming. Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with DispatcherCore::loadRoutes($id_shop = NULL) in/home/brixtonb/public_html/override/classes/Dispatcher.php on line 21 Fatal error: Uncaught Unknown column 'module_shop.enable_device' in 'on clause'<br /><br /><pre>SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit` FROM `ps_module` m INNER JOIN ps_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1) INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module` INNER JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module` INNER JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook` LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module` WHERE (h.name != "displayPayment") AND (hm.id_shop = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position`</pre> thrown in /home/brixtonb/public_html/classes/db/Db.php on line635 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