Jump to content

Disabled HTMLPurifier Library


Recommended Posts

its because (probably) field is duplicated in database.

in this case you have to use stuff like phpmyadmin (to manage your database)

check there ps_configuration table

search there for entry named PS_USE_HTMLPURIFIER

if it is duplicated (or more than two entries) - remove duplicated entry

Link to comment
Share on other sites

its because (probably) field is duplicated in database.

in this case you have to use stuff like phpmyadmin (to manage your database)

check there ps_configuration table

search there for entry named PS_USE_HTMLPURIFIER

if it is duplicated (or more than two entries) - remove duplicated entry

 

hi vekia, thanks for your repli.

Yes. is true.

These 3 keys are duplicated also

 

SELECT name, count(*) FROM ps_configuration 
group by name
having count(*) > 1
 
'PS_DELIVERY_NUMBER', 2
'PS_DISPLAY_BEST_SELLERS', 2
'PS_SET_DISPLAY_SUBCATEGORIES', 2
 
I should delete?
you know they have doubled?
 
thk.
Link to comment
Share on other sites

×
×
  • Create New...