RichFilemanager-PHP icon indicating copy to clipboard operation
RichFilemanager-PHP copied to clipboard

PHP connector for RichFilemanager

Results 11 RichFilemanager-PHP issues
Sort by recently updated
recently updated
newest added

When I gace image upload getting error like ![image](https://github.com/psolom/RichFilemanager-PHP/assets/46350511/2237987d-c8a1-4eae-abe8-0377bc912e3a)

Please update scripts and dependencies to PHP 8. Obsolete required packages from Illuminate generate many PHP Deprecation warnings.

This is my proposal fix for issue https://github.com/psolom/RichFilemanager-PHP/issues/67. I also fixed an issue when uploaded file content does not match the extension.

https://github.com/psolom/RichFilemanager-PHP/blob/master/src/Repository/BaseUploadHandler.php#L791 when uploading a GIF, this error is thrown ``` ArgumentCountError: imagegif() expects at most 2 arguments, 3 given ``` I think that this behaviour is related to [changes since...

When I was uploaded some of the images via richfilemanager to the S3 bucket, Its preview broken then I have to rename the file it's working. **Why the broken image...

HI, have this connected to my test AWS S3 bucket. bucket appears to be working fine as the rest of the app is able to upload/download items from the folders....

I have faced file rename issue when encryption is set as 'null' like following: ``` //servocoder/richfilemanager-php/src/Repository/S3/StorageHelper.php public $encryption = null; //servocoder/richfilemanager-php/src/Repository/S3/Storage.php public function copyItem($source, $target, $remove = false) { $context...

Hello, i try to upload multiple files, but the response data only ###one. ![image](https://user-images.githubusercontent.com/11814324/64076796-90cd3e80-ccf3-11e9-88f4-0b1cd53a6d92.png)

When I click "Download" button in the file manager, I get a corrupted image due to PHP (7.3.5 on Windows) error: ``Notice: ob_flush(): failed to flush buffer. No buffer to...

I have a dir with several image files. I set up RichFilemanager to use this dir as the _user storage folder_ . I set up RichFilemanager to use thumbnails. When...