Log in

View Full Version : Problem with attachment upload limit for users: fixed at 50MB??


SkyCatcher
02-17-2007, 01:40 AM
Hi,

I've got a problem with my board and I don't know what it could be. Apparently every user has 50MB space to upload attachments...

the odd thing is I looked in the VB settings and it's set to 0

I also checked all the usergroups and the limit is 0

so why is it limiting members to 50MB? I've even check the DB just to make sure...

Any ideas on how I can fix this?

cheekymonk3y
02-17-2007, 08:50 PM
im guessing but two possibilities, 1/ if you are using a database then check your MySQL Packet Size or 2/ if you are using files its Max_upload_filesize, you can check both on homepage of admin or in phpinfo() of maintenance section

SkyCatcher
02-17-2007, 09:00 PM
Unfortunately I'm using the file system and php values are set way above that :/

Not sure why it's happening, but when people try to attach images it sometimes comes up with that error stating it would exceed the 50MB limit. I've checked everywhere I know :(