Jump to content

[LØST] CMS problem


ahh

Recommended Posts

[LØST]

 

Hej

 

Jeg har opsat en Prestashop side, hvor jeg har aktiveret dette tema: http://addons.prestashop.com/en/sport-templates/17909-fishing-accessories.html

 

Problemet jeg nu har er, at efter jeg aktiverer dette tema, så kan jeg ikke længere bruge min CMS. Dvs. hvis jeg går ind og opretter nye CMS ( Handelsbetingelser f.eks. ) så vil den ikke opdatere. Når jeg bruger dem, der allerede er fuldt med Prestashop, så viser den bare siden ikke kan vises.

 

Det er PrestaShop™ 1.6.0.14

 

Problemet kan ses, hvis i går under: http://fiskegrej.net/index.php?controller=sitemap og vælger en side under PAGES.

 

Mon dette er et Mysql problem eller cms.tpl? Håber på nogle forslag :)

------------

Hi


I have set up a PrestaShop site, where I have activated this theme : http://addons.prestashop.com/en/sport-templates/17909-fishing-accessories.html

The problem I have now is that after turning on this theme , I can no longer use my CMS. That is, if I go in and create new CMS ( Conditions for example . ) So it will not update. If I use those, witch is already implanted in Prestashop, it shows me that site does not exist.

 

It is PrestaShop ™ 1.6.0.14

The problem can be seen here : http://fiskegrej.net/index.php?controller=sitemap and selects a page under PAGES .


I wonder if this is a Mysql problem or cms.tpl ? Hoping for some suggestions :)

 

----

Problemet blev løst via Mysql:

 

ALTER TABLE `ps_cms_lang` ADD `id_shop` INT(11) UNSIGNED NOT NULL DEFAULT '1' AFTER `id_lang`; ALTER TABLE `ps_cms_lang` DROP PRIMARY KEY, ADD PRIMARY KEY (`id_cms`, `id_shop`, `id_lang`); ALTER TABLE `ps_cms_category_lang` ADD `id_shop` INT(11) UNSIGNED NOT NULL DEFAULT '1' AFTER `id_lang`; ALTER TABLE `ps_cms_category_lang` DROP PRIMARY KEY, ADD PRIMARY KEY (`id_cms_category`, `id_shop`, `id_lang`);

cms.txt

Edited by ahh (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...