PHP 8.1
[05-Dec-2023 05:44:31 UTC] PHP Fatal error: Declaration of GBCLStudio\UploadExtQcloud\Templates\QcloudAudioTemplate::template(): string must be compatible with FoF\Upload\Contracts\TextFormatterTemplate::template(): Illuminate\Contracts\View\View in /public_html/vendor/gbcl/fof-upload-qcloud/src/Templates/QcloudAudioTemplate.php on line 38
[05-Dec-2023 05:53:10 UTC] PHP Fatal error: Declaration of GBCLStudio\UploadExtQcloud\Templates\QcloudVideoTemplate::template(): string must be compatible with FoF\Upload\Contracts\TextFormatterTemplate::template(): Illuminate\Contracts\View\View in /home/flarumkhatvongsongvn/flarum.khatvongsong.vn/public_html/vendor/gbcl/fof-upload-qcloud/src/Templates/QcloudVideoTemplate.php on line 38
[05-Dec-2023 05:53:33 UTC] PHP Fatal error: Declaration of GBCLStudio\UploadExtQcloud\Templates\QcloudPreviewTemplate::template(): string must be compatible with FoF\Upload\Contracts\TextFormatterTemplate::template(): Illuminate\Contracts\View\View in /home/flarumkhatvongsongvn/flarum.khatvongsong.vn/public_html/vendor/gbcl/fof-upload-qcloud/src/Templates/QcloudPreviewTemplate.php on line 36
[05-Dec-2023 05:54:00 UTC] PHP Fatal error: Declaration of GBCLStudio\UploadExtQcloud\Templates\QcloudDownloadTemplate::template(): string must be compatible with FoF\Upload\Contracts\TextFormatterTemplate::template(): Illuminate\Contracts\View\View in /public_html/vendor/gbcl/fof-upload-qcloud/src/Templates/QcloudDownloadTemplate.php on line 36
[05-Dec-2023 05:54:32 UTC] PHP Fatal error: Declaration of GBCLStudio\UploadExtQcloud\Templates\QcloudPdfTemplate::template(): string must be compatible with FoF\Upload\Contracts\TextFormatterTemplate::template(): Illuminate\Contracts\View\View in /public_html/vendor/gbcl/fof-upload-qcloud/src/Templates/QcloudPdfTemplate.php on line 35
Fix: All File /public_html/vendor/gbcl/fof-upload-qcloud/src/Templates/
QcloudAudioTemplate.php
QcloudDownloadTemplate.php
QcloudPdfTemplate.php
QcloudPreviewTemplate.php
QcloudVideoTemplate.php
ADD use Illuminate\Contracts\View\View;
Change public function template(): String to public function template(): View