在扩展Prestashop 1.6后台产品类别时出现Javascript错误

问题描述:

我有一个Prestashop 1.6.1.14商店,并在后台添加新产品时尝试扩展所有可用于与新产品关联的类别此错误:在扩展Prestashop 1.6后台产品类别时出现Javascript错误

VM837:33 Uncaught TypeError: Cannot read property 'parent' of null 
at organizeTree (eval at <anonymous> (jquery-1.11.0.min.js:2), <anonymous>:33:32) 
at Object.eval [as success] (eval at <anonymous> (jquery-1.11.0.min.js:2), <anonymous>:195:6) 
at j (jquery-1.11.0.min.js:2) 
at Object.fireWith [as resolveWith] (jquery-1.11.0.min.js:2) 
at x (jquery-1.11.0.min.js:4) 
at XMLHttpRequest.b (jquery-1.11.0.min.js:4) 

有关如何解决它的任何想法?

尝试禁用非的Prestashop模块

Advanced Preferences > Performances

并刷新缓存,看看问题来自外部插件

+0

感谢您的答复,但它不工作 – notGeek