Jump to content


Photo

I can't enable left column on CMS pages

prestashop 1.6

  • Please log in to reply
1 reply to this topic

#1 ForzaJuve

ForzaJuve

    Member

  • Members
  • PipPip
  • 11 posts

Posted 05 April 2014 - 04:38 PM

when I'm trying to enable left column on CMS page i see message:

"cannot update this meta"

when im trying to enable left column for other pages - it works well, 

this error appears only when im trying to turn it on for CMS pages

 

 

im on prestashop 1.6.0.5, it's default theme (default-boorstrap)

i updated my shop to 1.6.0.5 from 1.5.6.2



looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 vekia

vekia

    Advanced Member

  • Members
  • PipPipPip
  • 10166 posts

Posted 05 April 2014 - 06:56 PM

hello

try to run this sql query in your database manager like phpmyadmin

INSERT IGNORE INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES(NULL, 'products-comparison', '1'),(NULL, 'cms', '0'),(NULL, 'category', '0'),(NULL, 'product', '0'),(NULL, 'module-bankwire-payment', '0'),(NULL, 'module-bankwire-validation', '0'),(NULL, 'module-cheque-validation', '0'),(NULL, 'module-cheque-payment', '0');INSERT IGNORE INTO `ps_theme_meta` ( `id_theme` , `id_meta` , `left_column` , `right_column` )SELECT `ps_theme`.`id_theme` , `ps_meta`.`id_meta` , `default_left_column` , `default_right_column`FROM `ps_theme` , `ps_meta`;

free tutorials, free templates, free addons, prestashop modules MndfRK4.png  lpHMrZ5.png  gtKHYO7.png  google-48.png