trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
815 stars 366 forks source link

RESPONSIVE filemanager 9.14.0 obsolète php 8 (resolved) #733

Open winr777 opened 6 months ago

winr777 commented 6 months ago

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 !

jshster commented 6 months ago

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

winr777 commented 6 months ago

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

Link2Trials commented 6 months ago

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

dleffler commented 5 months ago

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

AleksVas-code commented 4 weeks ago

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

keyboardman commented 4 weeks ago

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

winr777 commented 4 weeks ago

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