mihaelabuh Posted October 2, 2012 Share Posted October 2, 2012 When I try to create a CMS PAGE it says Your CMS page will be saved as a draft and after I click SAVE it doesn't show my page. Where do i find the drafts or what is the problem? Link to comment Share on other sites More sharing options...
mihaelabuh Posted October 3, 2012 Author Share Posted October 3, 2012 when I do that it says: Object cannot be loaded (not found) An error occurred while updating status for object. cms (cannot load object) Object cannot be loaded (not found) An error occurred while updating status for object. cms (cannot load object) Link to comment Share on other sites More sharing options...
mihaelabuh Posted October 3, 2012 Author Share Posted October 3, 2012 RESOLVED the issue, in the sql, phpmyadmin, i run the following query, where ps_cms is replaced by database prefix 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...
sdanao Posted January 13, 2014 Share Posted January 13, 2014 i am using the about code but it not works I am using 1.5.6 version Please help me Link to comment Share on other sites More sharing options...
conchi Posted February 7, 2014 Share Posted February 7, 2014 Hello please if anyone online, or someone who can help me, I've tried this, but I have not dared to do anything from the panel in tables, can someone tell me how I can do it more easily, or if someone I can help, I have the 1.5.6.1 version, also with the above, I had no problems 1.5.5.0 thanks my email: [email protected] Link to comment Share on other sites More sharing options...
Recommended Posts