I have some issues with users who is a mod and given unlimited storage for attachments, but it won't store more than 4 MB of attachments. What could be wrong?
Announcement
Collapse
No announcement yet.
Usergroup attachment problem
Collapse
X
-
Where did you set this limit exactly?Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
In your PHP Info, what are the values for the following:
- max_execution_time
- post_max_size
- upload_max_filesizeWant to take your board beyond the standard vBulletin features?
Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org
Comment
-
Originally posted by MarcoH64In your PHP Info, what are the values for the following:
- max_execution_time
- post_max_size
- upload_max_filesize
My php info reads:
post_max_size = 12.00M
upload_max_filesize = 12.00M
max_execution_time = 180
and have php.ini in admincp folder on server for default override.
Hosting company is using CGI?? Get 'Upload of file failed'???
Will double check permissions . . .
Comment
-
At what size do you get an error, how big is the file. You could also run into a MySQL Max Package Size.Want to take your board beyond the standard vBulletin features?
Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org
Comment
-
Originally posted by MarcoH64At what size do you get an error, how big is the file. You could also run into a MySQL Max Package Size.
Uploads for quite a while (before error) Can't see at 'what size' . . .
Will check MySQL thx!!!
Comment
-
Originally posted by MarcoH64At what size do you get an error, how big is the file. You could also run into a MySQL Max Package Size.
file_uploads: On
open_basedir: None
safe_mode: Off
upload_tmp_dir: None
upload_max_filesize: 12.00 MB
Help Results
No errors occurred while opening the uploaded file for reading.
Attachments are redirected to 'filesystem' (not database)
""open_basedir""????
Set basedir to 'filesystem' path?? tried server 'root'.
Still No Cigar!!!Last edited by silly rabbit; Sat 18 Feb '06, 7:46am.
Comment
-
Originally posted by MarcoH64In your PHP Info, what are the values for the following:
- max_execution_time
- post_max_size
- upload_max_filesize
- post_max_size Set to 8M
- upload_max_filesize Set to 2M
The users can't upload a 100 KB file.Last edited by Annie^.^; Sun 19 Feb '06, 5:42am.
Comment
Related Topics
Collapse
-
by gunner76I have V5 1.9. When uploading images via the attachment button at the bottom of the post, I am told I am limited to 4 attachments per post. I have searched the Admin section and can not find where...
-
Channel: vBulletin 5 Tutorials
Sat 10 Oct '15, 12:06pm -
Comment