Error when upload any file using the Responsive Filemanager

2.3k Views Asked by At

I am getting the following error when I upload any file using the responsive filemanager lastupdate

Error: SyntaxError: Unexpected token < in JSON at position 0

enter image description here

I following the documentation for ckeditor

I appreciate any help

Thank you

1

There are 1 best solutions below

0
Sunday Lalbiaknia On

UploadHandler.php change line: 1431 and 496 to

$uploaded_bytes = $this->fix_integer_overflow((int)(isset($content_range[1]) ? $content_range[1]: 1));

This works for me!