Error in uploading H5P Course Presentation to Wordpress
Submitted by cccclib on Fri, 02/22/2019 - 19:25
Today I tried to upload my H5P course presentation 'Literary Criticism and the Scholarly Conversation' (https://h5p.org/node/410747) to our local WordPress site (https://www.cccc.edu/H5P/). I clicked on H5P content, Add New, and then tried to upload the file downloaded from https://h5p.org/node/410747. I recieved an error message that said 'Could not get posted H5P.' We are using WordPress 5.1 on a Desktop computer running Google Chrome. We are using H5P plugin Version 1.12.0. Does anyone know what might be causing this or how to work around it?
Content types:
BV52
Mon, 02/25/2019 - 05:36
Permalink
Hi cccclib,We are using the
Hi cccclib,
We are using the same version of both WP and H5P and I was able to upload the content on my test machine. In order to give your bug report the best chance of getting answered, please include the following information:
The more information you provide, the quicker the community will be able to fix it and the quicker you'll have a working solution!
-BV52
cccclib
Tue, 02/26/2019 - 23:37
Permalink
More info on H5P upload error
I am on a desktop device. I have tried uploading the content in a regular browser window in Chrome, Firefox, and IE as well as in incognito/private windows in each of those browsers and I recieve the same error message. I have also tried to upload sample course presentations from H5P.org (Berries and Test - Course presentation for download) to ensure that the error was not due to the configuration of our content - both attempted uploads recieved the same error message as indicated in the original comment: Could not get posted H5P.
I do not have any browser console errors and I have not made any new changes to the browser or upload environment. I have included a short screengrab of the behavior I am seeing: https://www.screencast.com/t/z3EsWSZYhHK9
Any assistance would be greatly appreciated.
icc
Wed, 03/06/2019 - 12:44
Permalink
This is a generic error when
This is a generic error when the uploaded file isn't delivered to PHP.
1. Have you tried using another browser when uploading the file?
2. Check the following settings in the php.ini file:
file_uploads = On
post_max_size = 16M
upload_max_filesize = 16M
Note that the file cannot be bigger than the limit set here.
In addition, there can be upload restrictions configured on the web server(Apache) itself.