Error "conentID is missing"
Submitted by S.D. on Tue, 11/14/2017 - 12:48
Hi everyone,
i'd like to add interactive video content in my 3.3 moodle course (installing the h5p plugin went well).
When I would like to upload the video from my computer, I get the error "contentID is missing".
Anyone who could help me solving this problem?
Greets!
icc
Wed, 11/15/2017 - 11:42
Permalink
That is very strange. Are you
That is very strange.
Are you using an Apache web server? Do you know what values your upload_max_filesize and post_max_size is in your php.ini file?
Does uploading images to other content types work?
rmccormi
Thu, 04/02/2020 - 20:22
Permalink
Solved
I experienced the same issue. Since the OP never returned to confirm a solution, I will say that raising the post_max_size parameter did the trick for me.
otacke
Thu, 04/02/2020 - 20:42
Permalink
Thanks for following up on
Thanks for following up on this!
Vaitupu
Thu, 09/09/2021 - 08:18
Permalink
restarting the services
Hello everyone,
I had the same problem and I solved it by following the recommendations. My Moodle is hosted on WampServer. I modified the values of php.ini as follows:
upload_max_filesize = 1000M (previously 32M)
post_max_size = 1000M (previously 32M)
And of course, think about "restarting the services".
Normal 0 21 false false false FR X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tableau Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;}