Forums
Hi,
I have problem about uploading images for interactive content type (say H5P) regardless of the content type of interactive content type. )
"File Upload Error: The file you are trying to upload might be too large."
I can upload any files (h5p files when adding interactive content and other types of files in other content add/edit processes), every php mysql permission settings are done. nothing seems missing.
the problem is about images, as far as I experienced.
there is a thread in h5p.org about this issue. however it does not seem to be solved. https://h5p.org/node/7806
the error screenshot:
https://yadi.sk/i/HvxZM_topu7XZ
there is another error (debugging level) when I click on the add new content / interactive content. screenshot: https://yadi.sk/i/hIwAFK7Rpu8HP
the screenshot of my status report of drupal (everything is ok):
https://yadi.sk/i/oI9W04C4pu7bu
any recommendations.
thanks.
Hi kburakozdemir,
Hi kburakozdemir,
I think the issue may be just a permission issue regarding the h5p file folder.
Please make sure your webserver has access to write inside the folder sites/default/h5p.
Best regards
In reply to Hi kburakozdemir, by James Aparicio
the situation
upload
Hi kburakozdemir,
Hi kburakozdemir,
I still think the issue is what i mentioned. Maybe the permission is not correct for one of the required subfolders inside it. Try forcing the ownership/permissions recursivly.
Or try temporarly setting the whole folder recursivly as 777. If you still have the issue then it is not a problem with folder permissions. But i really think it is.
Best regards
In reply to Hi kburakozdemir, by James Aparicio
action
mention
Hi kburakozdemir
:)
just realized
Hi kburakozdemir,
Hi kburakozdemir,
If that does not fix the issue, please check the error log to see if you find anything.
If you dont find anything, take a look at the function h5peditor_files_callback inside the profiles/opigno_lms/modules/contrib/h5p/h5peditor/h5peditor.module and check why the file is not beeing saved correctly.
Best regards