Jump to content

Your CMS page will be saved as a draft


Recommended Posts

when I do that it says:

 

  1. Object cannot be loaded (not found)
  2. An error occurred while updating status for object. cms (cannot load object)
  3. Object cannot be loaded (not found)
  4. An error occurred while updating status for object. cms (cannot load object)

Link to comment
Share on other sites

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

  • 1 year later...
  • 4 weeks later...

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

×
×
  • Create New...