Quote:
Originally Posted by dodjer42
Curious, I am trying to find out where and how different user groups have been assigned different upload allowances. I have my PHP values set to 12M, but registered users are only getting 2M.
Any ideas?
|
Take a look at the follows:
- your php settings post_max_size and upload_max_filesize
- the apache setting LimitRequestBody
- the VBulletin attachments table, which sets maximum sizes per filetype
If LDM is giving admins the full 12M, the problem is in the limits set in the VBulletin table. If admins also are limited to 2M, then you've got a conflict somewhere in your php values or perhaps with apache