ResponsiveFilemanager
ResponsiveFilemanager copied to clipboard
In php 8.2 upload file has error
As a title, and how to fix it ?
error log : Deprecated: Creation of dynamic property UploadHandler::$response is deprecated in /filemanager/UploadHandler.php on line 49
Declare response in the class
class UploadHandler { protected $options; protected $response;
Thank you so much!
This is fixed in the most recent code changes, but NOT in the latest release...I also think $response should be 'public' and not 'protected'