Announcement
Collapse
No announcement yet.
Problem upload files in attachments
Collapse
X
-
MARK.B
vBulletin Support
------------
My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
My Unofficial vBulletin Cloud Demo: https://www.adminammo.com -
What tools do you want me to use?
Your request is not clear
Are there files that need to be loaded to diagnose?Comment
-
When you try to upload a file with the Upload File Diagnostic, what is reported by the system?
Maintainance -> DiagnosticsMARK.B
vBulletin Support
------------
My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
My Unofficial vBulletin Cloud Demo: https://www.adminammo.comComment
-
-
This tells me that vBulletin is behaving properly on upgrades. You need to configure your server to handle these large file uploads via PHP.
First, you need to specify a upload_tmp_dir in your php.ini. There is no way your server will be able to handle HTTP uploads over 1 GB with just memory. At least not reasonably. You would have to increase the PHP Memory limit to at least double and probably three times the size of the largest uploaded file. This directory should be three times the size of the largest table in your database. The web server needs to have permissions to read and write to this directory.
Then you need to make sure that PHP can handle file uploads of this size through its max_execution_time and max_input_times. You may also still need to adjust the memory_limit. I'd recommend at least 512 MB.
Finally, you need to make sure your web server doesn't time out the upload in the middle of the request. It has its own parameters on how long an operation can take.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API👍 1Comment
-
This tells me that vBulletin is behaving properly on upgrades. You need to configure your server to handle these large file uploads via PHP.
First, you need to specify a upload_tmp_dir in your php.ini. There is no way your server will be able to handle HTTP uploads over 1 GB with just memory. At least not reasonably. You would have to increase the PHP Memory limit to at least double and probably three times the size of the largest uploaded file. This directory should be three times the size of the largest table in your database. The web server needs to have permissions to read and write to this directory.
Then you need to make sure that PHP can handle file uploads of this size through its max_execution_time and max_input_times. You may also still need to adjust the memory_limit. I'd recommend at least 512 MB.
Finally, you need to make sure your web server doesn't time out the upload in the middle of the request. It has its own parameters on how long an operation can take.
But the problem with the attachment system deals with files on it 's images
Folder (tmp) size is 32 GB
max_execution_time : 1000
max_input_times : 2000
In short, there is no solution to this problem ,
Can you help me?
Increase the width of the member information area as shown in the image:
Comment
Related Topics
Collapse
-
Is there any option in vBulletin to upload really large files, like several gigabytes for example?
Or maybe there is a plugin/addon allowing to integrate popular file-sharing solutions like google...-
Channel: Support Issues & Questions
Mon 7 Mar '22, 10:02am -
Comment