Isb Posted December 16, 2013 Share Posted December 16, 2013 After a theme installation, I am unable to add or update cms pages. PS tells me, after pressing "save", that everything has been saved, when it is not true! This is the italian translation of the default "delivery" page: http://gyazo.com/1c5b990face3c7e4a69a8ea1f6754c70 After saving... http://gyazo.com/50382f7d2558e5619bec786baa4cdf1c The italian translation remains as the english version. Adding a page, instead, returns me empty fields and no page created. I have no sql cache enabled and the PS version is 1.5.6.1 Link to comment Share on other sites More sharing options...
Isb Posted December 17, 2013 Author Share Posted December 17, 2013 Ok it was the table "ps_cms" that didn't have the column "indentation" :S i added that column and now it works. You can mark this thread as "Solved" Link to comment Share on other sites More sharing options...
vekia Posted December 17, 2013 Share Posted December 17, 2013 hello thank you for information where the problem was it looks like some non-default solution anyway, topic marked as [solved] as you suggested with regards, Milos Link to comment Share on other sites More sharing options...
niravaseem Posted December 20, 2013 Share Posted December 20, 2013 Hello! Same problem. using Prestashop 1.5.6.1 I tried your solution..Made a field 'indentation' in table "ps_cms" . But still it is same .. not working. I used the 'Type' of this field as "Text" and "Int" . Please help...where I am wrong? Link to comment Share on other sites More sharing options...
niravaseem Posted December 20, 2013 Share Posted December 20, 2013 ok.. solved now.... I used this ALTER TABLE `ps_cms` ADD `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `active` 4 Link to comment Share on other sites More sharing options...
aracney Posted December 27, 2013 Share Posted December 27, 2013 ok.. solved now.... I used this ALTER TABLE `ps_cms` ADD `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `active` Thanks a lot!!! It was driving me crazy 1 Link to comment Share on other sites More sharing options...
HenrikEH Posted January 5, 2014 Share Posted January 5, 2014 Same problem. niravaseem Could you please be more specific how to solve this? Thank you! Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2014 Share Posted January 5, 2014 Same problem. niravaseem Could you please be more specific how to solve this? Thank you! http://www.prestashop.com/forums/topic/298392-solved-i-cant-update-my-cms-page-or-create-a-new-one/ you have to add "indexation" column to ps_cms table in your database 1 Link to comment Share on other sites More sharing options...
HenrikEH Posted January 5, 2014 Share Posted January 5, 2014 Hi Vekia Thank you for your quick response! Now, I am logged in to php admin, and I have setup a new table. Would you please confirm if I'm doing it right or not? Screendump: http://barocque.dk/vikea.png Thank you Link to comment Share on other sites More sharing options...
niravaseem Posted January 5, 2014 Share Posted January 5, 2014 Hi Vekia Thank you for your quick response! Now, I am logged in to php admin, and I have setup a new table. Would you please confirm if I'm doing it right or not? Screendump: http://barocque.dk/vikea.png Thank you Hi, Default should be '1' not 'Null'. 1 Link to comment Share on other sites More sharing options...
HenrikEH Posted January 5, 2014 Share Posted January 5, 2014 Thank you so much! Have a wonderful day //Henrik Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2014 Share Posted January 5, 2014 @niravaseem problem solved? 3 Link to comment Share on other sites More sharing options...
simply5 Posted January 8, 2014 Share Posted January 8, 2014 Really thks for the solution, The CMS can't add page problem totally solved. 1 Link to comment Share on other sites More sharing options...
vekia Posted January 8, 2014 Share Posted January 8, 2014 Really thks for the solution, The CMS can't add page problem totally solved. hello how you solved it? you added "indexation" field ? Link to comment Share on other sites More sharing options...
simply5 Posted January 9, 2014 Share Posted January 9, 2014 hey. Yes i just added the indexation to ps_cms.Now can add page at the back-end but the front-end doesn't show out. Any solution for the front-end?? Link to comment Share on other sites More sharing options...
simply5 Posted January 9, 2014 Share Posted January 9, 2014 Hey, The front-end show out now. i just replace the new file (cms.tpl) from the original source zip file (ps 1.5.6.1) i think might b the cms.tpl broken. anyway, my problem is solved. million thks Link to comment Share on other sites More sharing options...
simply5 Posted January 9, 2014 Share Posted January 9, 2014 hello how you solved it? you added "indexation" field ? The default i put NULL (ps_cms) Link to comment Share on other sites More sharing options...
AFemaleProdigy Posted February 1, 2014 Share Posted February 1, 2014 ok.. solved now.... I used this ALTER TABLE `ps_cms` ADD `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `active` This worked for me as well. Thanks! Link to comment Share on other sites More sharing options...
JeffV Posted February 1, 2014 Share Posted February 1, 2014 THANK YOU! I have been trying to fix this for 2 months!!!! Link to comment Share on other sites More sharing options...
ebski Posted February 21, 2014 Share Posted February 21, 2014 Thanks a lot! Cant believe how many modifications you have to do to make the simplest thing work correctly in Prestashop. Have been using Wordpress Woo Commerce before and its much easier! But client wanted Prestashop so I gave it a try... Never Again! Link to comment Share on other sites More sharing options...
prestafun Posted August 7, 2014 Share Posted August 7, 2014 This didn't work for me. Was this fix for 1.6.0.6 and up. The about CMS does not update when changes are made.. Link to comment Share on other sites More sharing options...
vekia Posted August 7, 2014 Share Posted August 7, 2014 your presta spawns some errors while you're trying to save contents? Link to comment Share on other sites More sharing options...
pskeeda Posted February 20, 2015 Share Posted February 20, 2015 I am having the same problem in PS 1.6.0.11 after clicking on save, the page remains as it is with the data entered in CMS page creation fields, but no new page is created. I have also enabled debugging, but no error is displaying. Any solution please. Link to comment Share on other sites More sharing options...
cezzq Posted December 17, 2015 Share Posted December 17, 2015 bump Link to comment Share on other sites More sharing options...
cezzq Posted December 17, 2015 Share Posted December 17, 2015 same thing happening on the 1.6.0.1.1 and i have the sql cms table working and ok 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