BSS Posted December 10, 2013 Share Posted December 10, 2013 Hello All, I'm getting a message "Your CMS page will be saved as a draft" whenever I tried to create new cms page. I don't know what is this and where the cms page is saved as draft? Anyone knows about this please please help me. Link to comment Share on other sites More sharing options...
kkoci Posted December 10, 2013 Share Posted December 10, 2013 Maybe a permission issue on 'controllers' folder and subfolders? Try recursive chmod 777 for controllers->admin and controllers->front folders Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 Okay Let me try and tell you the result. And thanks for replying Link to comment Share on other sites More sharing options...
El Patron Posted December 10, 2013 Share Posted December 10, 2013 Hello All, I'm getting a message "Your CMS page will be saved as a draft" whenever I tried to create new cms page. I don't know what is this and where the cms page is saved as draft? Anyone knows about this please please help me. you will receive this message during edit until you 'enable' the cms page... Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 you will receive this message during edit until you 'enable' the cms page... Sir it is still enabled and even I tried un installed the cmsblock and reinstalled it. But all I have is just a failure. Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 Maybe a permission issue on 'controllers' folder and subfolders? Try recursive chmod 777 for controllers->admin and controllers->front folders I've make the permission to 777 but still not able to even edit the pre added pages like delivery, terms n cond. etc. don't even know why this is happening Link to comment Share on other sites More sharing options...
kkoci Posted December 10, 2013 Share Posted December 10, 2013 Really weird then, never happened to me, any clue anybody out there? Link to comment Share on other sites More sharing options...
El Patron Posted December 10, 2013 Share Posted December 10, 2013 see if this older post helps any http://www.prestashop.com/forums/topic/191802-your-cms-page-will-be-saved-as-a-draft/ Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 I'm an amateur in MySQL, Sir can you please tell me the following things in steps so that I can perform the things in proper way. CREATE TABLE `ps_cms_shop` ( `id_cms` INT( 11 ) UNSIGNED NOT NULL, `id_shop` INT( 11 ) UNSIGNED NOT NULL , PRIMARY KEY (`id_cms`, `id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO `ps_cms_shop` (id_shop, id_cms) (SELECT 1, id_cms FROM ps_cms);ALTER TABLE `ps_cms_block` ADD `id_shop` INT(11) UNSIGNED NOT NULL DEFAULT '1' AFTER `id_cms_block`; Link to comment Share on other sites More sharing options...
El Patron Posted December 10, 2013 Share Posted December 10, 2013 first do you have access to your shop's mysql db using phpmyadmin? Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 yes, I do have. And saw ps_cms_shop there as written in above solution. Now what to edit? Link to comment Share on other sites More sharing options...
El Patron Posted December 10, 2013 Share Posted December 10, 2013 yes, I do have. And saw ps_cms_shop there as written in above solution. Now what to edit? if it is there then the link I posted will probably not help. Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 if it is there then the link I posted will probably not help. Ohhh. Now what to do? Link to comment Share on other sites More sharing options...
El Patron Posted December 10, 2013 Share Posted December 10, 2013 this is for 1.5.6.1 version of ps? is this upgraded from previous version of ps? Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 Well actually yes. Last month I bought a theme from a site and than an upgrade come from prestashop 1.5.6.1 as I was having 1.5.6.0. I went to auto upgrade and now it is 1.5.6.1. Does this make any issues? Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 sorry previous ps version was 1.5.5.0 Link to comment Share on other sites More sharing options...
El Patron Posted December 10, 2013 Share Posted December 10, 2013 can you turn on errors and see if you get any sort of error from ps? http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ 1 Link to comment Share on other sites More sharing options...
BSS Posted December 10, 2013 Author Share Posted December 10, 2013 Issue solved. Just need to add a column in ps_cms table with this function ALTER TABLE `ps_cms` ADD `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `active` 3 Link to comment Share on other sites More sharing options...
El Patron Posted December 10, 2013 Share Posted December 10, 2013 Issue solved. Just need to add a column in ps_cms table with this function ALTER TABLE `ps_cms` ADD `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `active` good news, happy selling 2 Link to comment Share on other sites More sharing options...
BSS Posted December 11, 2013 Author Share Posted December 11, 2013 Thanks for your help and co-operation. 1 Link to comment Share on other sites More sharing options...
sehmsdorf Posted January 28, 2014 Share Posted January 28, 2014 Thanks so much I am a newbee, even this is my thirty-fifth installation of a Prestashop - now running 1.5.6.2 and still, smile guntershausen.biz = current private project. Link to comment Share on other sites More sharing options...
isoler Posted March 20, 2014 Share Posted March 20, 2014 Issue solved. Just need to add a column in ps_cms table with this function ALTER TABLE `ps_cms` ADD `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `active` Thanks so much for sharing!! It helped me with same problem than you had. But i'm wondering where that column could go in a fresh 1.5.6 install + prestashop's team theme... ¿? 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