ajs6116 Posted January 21, 2014 Share Posted January 21, 2014 Hi, I can't create CMS pages using PS 1.5.6.1. It worked before I upgraded from 1.5.6.0 it worked. Anyone else having an issue with this? Here is what happens: I go to CMS Mangement page from the Preferences/CMS menu selection I Click on "Add New" and add form opens normally I enter the data for the form and click save The form does not appear in the list of CMS forms on the page If I create a form and select "save and preview" I get a 404 page, when I return to the BO the page is not there. Any help with this would be great. Thanks, Art. Link to comment Share on other sites More sharing options...
NemoPS Posted January 22, 2014 Share Posted January 22, 2014 Can you try enabling error reporting as suggested in my signature? Link to comment Share on other sites More sharing options...
ajs6116 Posted January 22, 2014 Author Share Posted January 22, 2014 Can you try enabling error reporting as suggested in my signature? When I enable debug mode the back office does not open. Instead I get: PrestaShopDatabaseException]Unknown column 'a.start_day' in 'where clause' SELECT a.`id_ps_advice`, a.`selector`, a.`location`, al.`html`FROM `ps_advice` a LEFT JOIN `ps_advice_lang` al ON al.`id_advice` = a.`id_advice` LEFT JOIN `ps_tab_advice` at ON at.`id_advice` = a.`id_advice` WHERE ( a.`validated` = 1 AND a.`hide` = 0 AND al.`id_lang` = 1 AND at.`id_tab` = 1 AND ((a.`start_day` = 0 AND a.`stop_day` = 0) OR (22 >= a.`start_day` AND 22 <= a.`stop_day`))) at line 613 in file classes/db/Db.php 607. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);608. }609. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))610. {611. if ($sql)612. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');613. throw new PrestaShopDatabaseException($this->getMsgError());614. }615. }616. 617. /** DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 488 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 96 - modules/gamification/classes/Advice.php] - [1 Arguments] Advice::getValidatedByIdTab - [line 145 - modules/gamification/gamification.php] - [1 Arguments] Gamification->hookDisplayBackOfficeHeader - [line 473 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 1869 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->init - [line 150 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 53 - backoffice/index.php] - [0 Link to comment Share on other sites More sharing options...
vekia Posted January 22, 2014 Share Posted January 22, 2014 http://www.prestashop.com/forums/topic/303146-solved-problem-modules-tab-not-working 1 Link to comment Share on other sites More sharing options...
ajs6116 Posted January 22, 2014 Author Share Posted January 22, 2014 http://www.prestashop.com/forums/topic/303146-solved-problem-modules-tab-not-working I took a chance and upgraded to 1.5.6.2 and that seem to solve the problem. Thanks, Art Link to comment Share on other sites More sharing options...
ajs6116 Posted January 22, 2014 Author Share Posted January 22, 2014 I took a chance and upgraded to 1.5.6.2 and that seem to solve the problem. Thanks, Art And of course nothing comes without a price. The upgrade solved the problem I had with the CMS page but it removed Stripe, which I was using as a payment gateway. Wouderfull! So now I have a shopping cart and no payment gateway. What is the best FREE gateway to use with Prestashop - that wont be going away with the next upgrade? Link to comment Share on other sites More sharing options...
Recommended Posts