Reputation: 61
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
I following the documentation for ckeditor
I appreciate any help
Thank you
Upvotes: 4
Views: 2567
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