Jump to content

Edit History

rewuxiin

rewuxiin

On 3/10/2020 at 12:36 PM, Gipielle said:

Check other ps_cms tables, comparing them to a clean version of prestashop.

I have a clean version of Prestashop 1.7.6.3. I have not updated

 

Solved

src/PrestaShopBundle/Controller/Admin/Improve/Design/CmsPageController.php

Taken out of the try construct

/** @var EditableCmsPage $editableCmsPage */ 

$editableCmsPage = $this->getQueryBus()->handle(new GetCmsPageForEditing($cmsPageId)); 

$previewUrl = $editableCmsPage->getPreviewUrl();

 

rewuxiin

rewuxiin

On 3/10/2020 at 12:36 PM, Gipielle said:

Check other ps_cms tables, comparing them to a clean version of prestashop.

I have a clean version of Prestashop 1.7.6.3. I have not updated

rewuxiin

rewuxiin

On 3/10/2020 at 12:36 PM, Gipielle said:

Check other ps_cms tables, comparing them to a clean version of prestashop.

I have a clean version of Prestashop 1.7.6.3.

×
×
  • Create New...