Categories

Featured templates

PrestaShop 1.6.x. Troubleshooter. Changes are not saved in CMS pages

Vincent White August 11, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

The following tutorial will show how to fix the issue, when changes in CMS pages are not saved in PrestaShop 1.6.x.

PrestaShop 1.6.x. Troubleshooter. Changes are not saved in CMS pages

NOTE: The error appears if you import dump.sql file into the database of incorrect PrestaShop version. In that case CMS pages are empty when you are trying to edit them:

PrestaShop_1.6.x._Troubleshooter_Unable_to_createsave_changes_in_CMS_pages1

We recommend checking the template technical details on the live demo and the documentation attentively before proceeding to the installation.

  1. Run the database management tool (PhpMyAdmin) in your hosting control panel.

  2. Click the database of your PrestaShop store.

  3. Open SQL tab and paste the following code:

    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`); 
            
  4. Click Go button to submit the query:

    PrestaShop_1.6.x._Troubleshooter_Unable_to_createsave_changes_in_CMS_pages2

  5. Log into your PrestaShop admin panel.

  6. Navigate to Preferences -> CMS menu.

  7. Edit the existing CMS page or try to add the new one.

  8. Modify the page content and click Save:

    PrestaShop_1.6.x._Troubleshooter_Unable_to_createsave_changes_in_CMS_pages3

  9. The page is saved successfully and the issue is resolved.

That is the end of the tutorial. Now you know how to fix the issue, when changes are not saved in CMS pages in PrestaShop 1.6.x.

Feel free to check the detailed video tutorial below:

PrestaShop 1.6.x. Troubleshooter. Changes are not saved in CMS pages

Premium Prestashop Themes
This entry was posted in PrestaShop Tutorials and tagged changes, Prestashop, save, troubleshooter. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket