The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Attachment upload
Hello,
I am running vb 4.2.2 and having an issue attaching files larger than 60mb. Attachments are stored in the file system. my values are set at. PHP 5.6.40 PHP Max Post Size 100 MB PHP Maximum Upload Size 200 MB PHP Memory Limit 500.00 The file I'm trying to attach is 85MB it get to about 51% then. This site cant be reached The connection was reset. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_RESET My host thinks it's because of the php version being to low, but I'm pretty sure I was able to upload more than this before they switch me to a new server so webuzo could be installed. Anyone have any suggestion? Thank you |
#2
|
|||
|
|||
Did you verify the attachment type in the admincp allows the type of file you’re uploading to be that large?
Did you check the log files on the server? |
#3
|
|||
|
|||
Quote:
yes it's a zip and set to zip 238.42 MB I just tried to upload again to get a fresh error log..this is it. [Sat Feb 16 11:34:47.059119 2019] [proxy_fcgi:error] [pid 4181] (32)Broken pipe: [client my ip address:43944] AH01075: Error dispatching request to : (sending stdin), referer: https://legitfta.com/forum/newattachment.php?values[f]=116&contenttypeid=1&poststarttime=1550334467&post hash=88b9cccb84401761ec2fbf107e730db2 |
#4
|
|||
|
|||
You running php-fpm?
You'll need to up the timeouts for php-fpm |
#5
|
|||
|
|||
In the regular php I set it to
max_execution_time = 600 ; Maximum execution time of each script, in seconds max_input_time = 600 ; Maximum amount of time each script may spend parsing request data made no difference not sure where to find php-fpm to edit |
#6
|
|||
|
|||
No, in php-fpm.conf
--------------- Added [DATE]1550353408[/DATE] at [TIME]1550353408[/TIME] --------------- You might need to adjust max children for php-fpm as well |
#7
|
|||
|
|||
where would I find this file to edit please.
|
#8
|
|||
|
|||
what mpm are you using worker, prefork or event
|
#9
|
|||
|
|||
That is total over my head, sorry no idea what any of those terms mean.
|
#10
|
|||
|
|||
That depends on the server you're using, what panel you may be using etc.
If mlocate is installed: cmd: updatedb then run locate php-fpm.conf or find / -name php-fpm.conf -print If this is cpanel, it controls php-fpm differently as well as plesk doing its thing. --------------- Added [DATE]1550353986[/DATE] at [TIME]1550353986[/TIME] --------------- [root@server src]# httpd -t -D DUMP_MODULES | grep mpm mpm_prefork_module (shared) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|