max post size

max post size

Yannick Bogaert - келді
Number of replies: 4

Hello everyone,

I seem to be having the problem that I cant upload
any SCORM package.

I get the error that the max post size is not enough
but my php ini is set to 200M.

Any idea what could be wrong?

thanks Yannick

Attachment post max size.JPG
Attachment problem.JPG
In reply to Yannick Bogaert

Re: max post size

Frédéric Massart ⭐ - келді
Core developers қатысушының суреті Plugin developers қатысушының суреті Testers қатысушының суреті

Hi Yannick,

Indeed, this error should popup when you're exceeding post_max_size. As you have set it up to 200M, could you check the following points:

  • Is your SCORM package smaller than 200M? (just in case)
  • Is the php.ini setting upload_max_filesize can accept your file (set to 200M too)?
  • Do you have a .htaccess file which could overwrite those settings?
  • Can you upload your Scorm package as a file resource?
  • Can you check the parameters maxbytes on a site level, and the course setting which limits the size of uploaded files?

Cheers,

Fred

In reply to Frédéric Massart ⭐

Re: max post size

Yannick Bogaert - келді

Hi Fred,

found the error in an .htacces file...

 

thanks,

 

Yannick