我试图在CKEditor中集成filemanager(https://github.com/simogeo/Filemanager)并使用php连接器,但浏览不起作用(永远保持加载),如果我尝试上传文件,我会收到此错误
Uncaught TypeError: Cannot read property 'Code' of null
这是filemanager.js
var data = jQuery.parseJSON($('#uploadresponse').find('textarea').text());
if (data['Code'] == 0) { ...
$('#uploadresponse').find('textarea').text()
的结果为空。
正如我所说,我使用PHP连接器和默认配置。我试图直接访问文件(而不是通过ckeditor)放入浏览器http://127.0.0.1/filemanager/index.html