Required parameter contentId is missing
Submitted by pierresi on Thu, 11/28/2019 - 18:57
When trying to add a video on H5P installed on Moodle, I get the following feedback:
Required parameter contentId is missing
I already increased the upload_max_filesize and post_max_size parameters.
What can it be?
BV52
Fri, 11/29/2019 - 17:25
Permalink
Hi pierresi,In order to give
Hi pierresi,
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!
-BV
Robert990
Tue, 02/25/2020 - 08:52
Permalink
Required parameter contentId is missing
When trying to add a video on H5P installed on Moodle, I get the following feedback:
Required parameter contentId is missing
I already increased the upload_max_filesize and post_max_size parameters.
What can it be?
No any changes with browser
otacke
Tue, 02/25/2020 - 14:21
Permalink
Hi Robert!You quoted "A
Hi Robert!
You quoted "A required parameter (contentId) was missing" before.
This is not an error message from H5P but from moodle, cmp. https://github.com/moodle/moodle/blob/master/lang/en/error.php#L392. I don't know what it's supposed to indicate though.
Best,
Oliver
papi Jo
Tue, 02/25/2020 - 15:17
Permalink
@Robert
@Robert, could it be a problem due to the "exotic" Brave browser you are using? Have you tried with a more standard browser?
If as suggested by Oliver this is a Moodle problem, I suggest you post to the relevant Moodle forum at https://moodle.org/mod/forum/view.php?id=8603
Robert990
Wed, 02/26/2020 - 08:51
Permalink
Hey thanks for reply, Now I
Hey thanks for reply, Now I tried with Chrome also but it didn't work
solika170
Thu, 02/27/2020 - 04:42
Permalink
I already increased the
I already increased the upload_max_filesize and post_max_size parameters.
I already increased the upload_max_filesize and post_max_size parameters.
jasimp
Sun, 05/23/2021 - 20:10
Permalink
I am also having the same issue
Hi
Is any one found the solution for the same?
i am also having the same issue
darshanr
Thu, 07/08/2021 - 04:56
Permalink
h5p A required parameter (contentId) was missing
I am also having the same problem. Please advise. IF anyone has got a solution to this.
Vaitupu
Thu, 09/09/2021 - 08:11
Permalink
Solution
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".
smagroup
Tue, 02/01/2022 - 19:50
Permalink
A required parameter (contentId) was missing
This solution isn't working for me. My php.ini file is:
max_execution_time = 60000
max_input_time = 60000
max_input_vars = 60000
memory_limit = 1000M
post_max_size = 1000M
upload_max_filesize = 1000M
and I have some the problem
smagroup
Mon, 01/31/2022 - 21:52
Permalink
h5p A required parameter (contentId) was missing
Hi all.
Is anyone found the solution for the same?
I am also having the same issue
Margit
Thu, 11/07/2024 - 14:19
Permalink
Hi all, Is anyone found the
Hi all, Is anyone found the solution? I'm also having the same issue with Advent Calendar :(
Best, Margit
otacke
Thu, 11/07/2024 - 20:33
Permalink
Hi Margit!This is not an
Hi Margit!
This is not an error message from H5P but from moodle, cmp. https://github.com/moodle/moodle/blob/master/lang/en/error.php#L392. I don't know what it's supposed to indicate though. You may be better off asking on the moodle forums at https://moodle.org/mod/forum/view.php?id=8603
Best,
Oliver