ResponsiveFilemanager icon indicating copy to clipboard operation
ResponsiveFilemanager copied to clipboard

RESPONSIVE filemanager 9.14.0 obsolète php 8 (resolved)

Open winr777 opened this issue 1 year ago • 15 comments

Good morning, I have just changed the version of PHP on my server from PHP 7.4 to PHP 8.2 and I see that RESPONSIVE filemanager 9.14.0 can no longer display the files in the folders and it gives an error during uploads: "SyntaxError: JSON .parse: unexpected character at line 1 column 1 of the JSON data " while it works great with PHP 7.4 so I tried to replace all the codes I found here, but nothing works. Was there a patch to update it, because it's a shame not to be able to use this great filemanager anymore. Thanks a lot for anyone who could help me !

winr777 avatar Mar 13 '24 16:03 winr777

If you pick up the latest files (not the latest release) you will find this issue is fixed.

jshster avatar Mar 13 '24 20:03 jshster

Hi jshster! Many thanks for your message. My problem seems to be solved!! Thanks again !!

winr777 avatar Mar 14 '24 12:03 winr777

where are the files.. in the zip or here on github?... the zip contains a version which does not work at all

Link2Trials avatar Apr 03 '24 14:04 Link2Trials

The updates have not been released nor tagged. Go to the Code page,, click the green code button and download the Zip

dleffler avatar Apr 05 '24 14:04 dleffler

Will these fixes made for PHP 8 still allow the code to run in PHP 7?

AleksVas-code avatar Sep 02 '24 01:09 AleksVas-code

I replaced line 12 in this file /filemanager/config/config.php mb_http_input('UTF-8') by mb_http_input('L') It works now

keyboardman avatar Sep 02 '24 10:09 keyboardman

Hi! with the new php8 adapted version of ResponsiveFilemanager, I can no longer import images into CKEditor 4.16.2 via ResponsiveFilemanager

winr777 avatar Sep 02 '24 14:09 winr777