-
Notifications
You must be signed in to change notification settings - Fork 362
RESPONSIVE filemanager 9.14.0 obsolète php 8 (resolved) #733
Comments
If you pick up the latest files (not the latest release) you will find this issue is fixed. |
Hi jshster! |
where are the files.. in the zip or here on github?... the zip contains a version which does not work at all |
The updates have not been released nor tagged. Go to the Code page,, click the green code button and download the Zip |
Will these fixes made for PHP 8 still allow the code to run in PHP 7? |
I replaced line 12 in this file /filemanager/config/config.php |
Hi! |
Where did you get the files compatible with php8? |
It's not yet included as a release, you'll need to download the code. Click the green Code button and select Download Zip |
Hi dleffler, I already updated on March 13, 2024 by downloading the zip, but maybe it has been updated since then. Thank you for the help |
I just did, downloaded the code as zip file, from the green "Code" button, but still got this error: i'm using php 8.3 btw... may be php 8.0 may work... i'll try |
Sounds like you need to install/activate the PHP mbstring extension in your PHP.ini file. |
PHP 8.0: Works
as @dleffler said, it seems mbstring is not installed/enabled by default in php 8.3 UPDATE: after installing and enabling mbstring extension in php 8.3, Responsive File Manager finally works in php 8.3 |
I got another error when try to upload files using php 8.x:
Fix;
After doing this, i can now upload files again |
Hi! has there been a fix since then? Win777 |
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 !
The text was updated successfully, but these errors were encountered: