name368 Posted January 21, 2016 Share Posted January 21, 2016 Hello, Im using PS 1.6.0.14 and now i noticed that i cant add or edit description at product... Can someone help me please? Thanks. Link to comment Share on other sites More sharing options...
name368 Posted January 23, 2016 Author Share Posted January 23, 2016 (edited) I read somewhere that it is problem with tiny editor or something like that, but i dont know how to fix it. Could someone help me? console here if it help: Edited January 24, 2016 by name368 (see edit history) Link to comment Share on other sites More sharing options...
name368 Posted January 24, 2016 Author Share Posted January 24, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now