ClickStars Posted February 16, 2013 Share Posted February 16, 2013 I have received this message "bad subdomain sql query" when open my website, at my SQL server show error below, can anyone help?? thanks a lot. Error SQL query: Edit SELECT * FROM `xxxxx_admin`.`ps_subdomain` LIMIT 1 ; MySQL said: #1286 - Unknown table engine 'InnoDB' Link to comment Share on other sites More sharing options...
guest* Posted February 16, 2013 Share Posted February 16, 2013 The search delivers some solutions for your question. Had the same problem yesterday on an user in the German forum. It seems that there is a problem with the cookies. Did you moved your DB from local to the Server, or did any other move ? http://www.prestashop.com/forums/index.php?/topic/188976-bad-subdomain-sql-query/ http://www.prestashop.com/forums/topic/181553-bad-subdomain-sql-query-what-to-do/ http://www.prestashop.com/forums/index.php?/topic/157008-help-carts-bad-sql-query-on-back-office/ http://www.prestashop.com/forums/index.php?/topic/140107-ps-connections-and-bad-sql-query/ http://forge.prestashop.com/browse/PSCFI-1245 http://forge.prestashop.com/browse/PSCFI-2916 Link to comment Share on other sites More sharing options...
ClickStars Posted February 16, 2013 Author Share Posted February 16, 2013 (edited) thanks Superstar, how do i insert this code >> INSERT INTO `ps_subdomain` (`id_subdomain`, `name`) VALUES (1, 'www'); do i need to change 'id_subdomain' and 'name' ??? Edited February 16, 2013 by ClickStars (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts