Uploading a 40mb video causes an error – Unexpected response from the server
-
Uploading a 40mb video causes an error – Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.
The fix:
PHP Fatal error: Uncaught TypeError: Argument 1 passed to WebpConverter\Action\UploadFileHandler::init_attachment_conversion() must be of the type array or null, bool given, called in /wp-includes/class-wp-hook.php on line 324 and defined in /wp-content/plugins/webp-converter-for-media/src/Action/UploadFileHandler.php:75
- Old code in line 75: public function init_attachment_conversion( array $data = null, int $attachment_id = null )
- New code in line 75: public function init_attachment_conversion($data,$attachment_id)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Uploading a 40mb video causes an error – Unexpected response from the server’ is closed to new replies.