avrilev Posted February 17, 2014 Share Posted February 17, 2014 (edited) hello everyone, I recently upgraded to ver 1.5.6.2 from 1.5.6.1 In the new version, the CMS is not responding to editing... Any suggestions? Avri After googling I found the solution: go to your database files and add a field to the ps_cms table: that field comes after the field "active" name: indexation type: tinyint(1) attributes: unsigned Null: not null Default: 1 It works for me! SQL: ALTER TABLE `ps_cms` ADD `indexation` `indexation` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '1'; Edited February 17, 2014 by avrilev (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts