Error after upload file. PHP 8.1.3
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?
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.
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
see https://github.com/trippo/ResponsiveFilemanager/issues/694