Jump to content

Big issue: CMS Pages ain't working in FO & BO


Recommended Posts

Dear Readers,

 

I got a issue with my cms pages after the upgrade to 1.5.1.

It seems that i can't edit the cms pages anymore in the back office they give me a white screen.

When i add a new one it doesn't fill in the friendly url etc after saving and when i try to edit those i get a white screen again.

 

In the front office all my cms pages give me a 404 error.

 

I searched arround the forums and came to a conclusion that many people here got the same problem or something wich looks like it so i gues it's a pretty big issue and needs a fix inmiddiatly since i can't run my shop now and this is costs me money everyday.

 

I hope someone has a solution.

 

Regards,

Lars

Link to comment
Share on other sites

  On 10/16/2012 at 1:11 PM, Swikaar said:

Same problem here. Infact new CMS pages are also not formed. help

 

Got that problem also like i said.

 

Well lets hope the prestashop team comes with a solution.

I was already thinking of writing my own shop....

Link to comment
Share on other sites

ANY help would be deeply appreciated.

  • I can't find CMS. The block has disappeared. There is a list of the CMS pages in admin but the view and edit links don't work.
  • I have two carriers, one is collection and the other is delivery. Very simple, collection is free and delivery is 5 euros. Whatever is in the cart and whatever carrier is selected the cart states "Remaining amount to be added to your cart to get free shipping:1,00 €" What is that???
  • Optimisation tips (configuration checklist) won't open in admin homepage.
  • Deleting a block in live edit doesn't delete the block (even after force compile and refresh).

Link to comment
Share on other sites

Same problem here. Strange that such a visible error could escape through all the extensive testings done. Something in our environment that is seldom present in test environment?

 

Is this problem confirmed by a PrestaShop developer yet?

(Sorry for just generating question marks...) :(

Link to comment
Share on other sites

The problem may occur on the update. From what versions of Prestashop have you updated your shop to 1.5.1?

We work intensively with prestashop and so far we did not get this error (on updates and fresh Prestashop install).

 

  On 10/16/2012 at 11:15 AM, larsijj said:

Dear Readers,

 

I got a issue with my cms pages after the upgrade to 1.5.1.

It seems that i can't edit the cms pages anymore in the back office they give me a white screen.

When i add a new one it doesn't fill in the friendly url etc after saving and when i try to edit those i get a white screen again.

 

In the front office all my cms pages give me a 404 error.

 

I searched arround the forums and came to a conclusion that many people here got the same problem or something wich looks like it so i gues it's a pretty big issue and needs a fix inmiddiatly since i can't run my shop now and this is costs me money everyday.

 

I hope someone has a solution.

 

Regards,

Lars

 

Link to comment
Share on other sites

Hi

 

It seems I have found a solution from Slim124

 

Try run the query below,

 

 

CREATE TABLE `ps_cms_shop` ( `id_cms` INT( 11 ) UNSIGNED NOT NULL, `id_shop` INT( 11 ) UNSIGNED NOT NULL , PRIMARY KEY (`id_cms`, `id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

 

INSERT INTO `ps_cms_shop` (id_shop, id_cms) (SELECT 1, id_cms FROM ps_cms);

 

ALTER TABLE `ps_cms_block` ADD `id_shop` INT(11) UNSIGNED NOT NULL DEFAULT '1' AFTER `id_cms_block`;

 

It seems to have worked for my CMS pages, however i still have some issues with outher pages. but it is a start.

 

Thanks

 

Chris

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...
×
×
  • Create New...