ResponsiveFilemanager icon indicating copy to clipboard operation
ResponsiveFilemanager copied to clipboard

Error after upload file. PHP 8.1.3

Open andryshok opened this issue 3 years ago • 3 comments

After upload file look this Error SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data but the file was uploaded PHP 8.1.3 and not work callback function for select file <input type="text" class="form-control" id="image" name="image" value="<?= !empty($table_data) ? $table_data->image : '' ?>"> <div class="input-group-append"> <a data-fancybox data-type="iframe" href="/filemanager/dialog.php?type=1&field_id=image" class="btn btn-outline-primary manager-btn">Выбрать</a> </div> project is dead?

andryshok avatar Mar 21 '22 23:03 andryshok

Hey Andry, I wish I had the time to fork AND fix this. I've forked it but just don't have the time to get through and resolve the issues. From my testing I don't believe this version will work with PHP 8.1.x. There are some major language changes, including disallowing NULLs to be passed in parameters (I think that's the one). I will try to get things moving.... just can't promise anything.

jshster avatar Jun 15 '22 04:06 jshster

Thanks for the feedback, it is a pity of course that the project has not received further development. The manager was very good and comfortable, I often used him in projects, but now I have to go to something different

andryshok avatar Jun 15 '22 07:06 andryshok

see https://github.com/trippo/ResponsiveFilemanager/issues/694

cfconsultancy avatar Nov 28 '22 13:11 cfconsultancy