Marcelo
Marcelo

Reputation: 61

Error when upload any file using the Responsive Filemanager

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

Upvotes: 4

Views: 2567

Answers (1)

Sunday Lalbiaknia
Sunday Lalbiaknia

Reputation: 179

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!

Upvotes: 3

Related Questions