HTTP Error on file upload

@Vitaliy We change hosting, we are using 3.3.0.6 version and now we are facing Upload Submission File HTTP Error.

Untitled

In error log file, i find this error

[10-Feb-2022 08:34:19 UTC] PHP Deprecated: Non-static method PKPApplication::getRequest() should not be called statically in /home/afxvwsmy/public_html/plugins/themes/default/DefaultThemePlugin.inc.php on line 135
[10-Feb-2022 08:34:19 UTC] PHP Fatal error: Uncaught Error: Class ‘finfo’ not found in /home/afxvwsmy/public_html/lib/pkp/lib/vendor/league/flysystem/src/Adapter/Local.php:322

your version of PHP is missing support for this module (finfo=fileinfo). You’ll have to enable it

1 Like

@kerimsarigul Thanks resolved.

1 Like