Jump to content

Cant Add/edit Product´s Description


name368

Recommended Posts

after hard work finally FIXED!!!

 

here is SOLUTION:

 

"

The problem is bad code in js/tiny_mce/tinymce.min.js.

 

The following code builds the path that was giving me a problem.

 

{plugins:f,external_filemanager_path:s+"/filemanager/",filemanager_title:"File manager",external_plugins:{filemanager:s+"/filemanager/plugin.min.js"},skin:"prestashop",resize:false,theme:"modern"})

 

I deleted the slash before filemanager/plugin.min.js:

 

{plugins:f,external_filemanager_path:s+"/filemanager/",filemanager_title:"File manager",external_plugins:{filemanager:s+"filemanager/plugin.min.js"},skin:"prestashop",resize:false,theme:"modern"})

 

 

I changed the code in the js file and everything works fine. Bug."

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