Jump to content

[SOLVED] Prestashop 1.6 CMS problem


Recommended Posts

Hello i have a problem with cms pages. When i click preferences -> cms
http://prntscr.com/mx6t6b

i have controller not found, tried to change debug mode to true and nothing happend.
Checked 'Configuration Information' http://prntscr.com/mx6vp7
Changed AdminCmsContent controller from old backup and nothing happend.

Have u any idea to resolve the problem?

Presta 1.6.17
PHP version 7.1.12

 

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

  • 4 months later...

hi i am late but it will fix your cms issue 

For the cms, you need to see with the module provider of homesliderpro.

run this query  in database console 

SELECT * FROM `ps_tab` WHERE `class_name` LIKE 'AdminCmsContent'

is giving two results. You need to delete one of them.

  • Thanks 2
Link to comment
Share on other sites

  • 2 years later...

Thanks buddystime8. solved my cms problem

On 7/29/2019 at 1:01 PM, buddystime8 said:

hi i am late but it will fix your cms issue 

For the cms, you need to see with the module provider of homesliderpro.

run this query  in database console 

SELECT * FROM `ps_tab` WHERE `class_name` LIKE 'AdminCmsContent'

is giving two results. You need to delete one of them.

 

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...