can't send attachement since upgrade beta 3

OlijO

Member
Hi, i've got a problem with my install xenforo.
After upgrade, i can't send any attachment.
The send stay at 100% without finish it.
Someone could tell me the requierments for this function ?
Is it possible it's a problem with mod_security?
Could someone tell me the requierment function to have the upload file working ?
See screenshot to have an example.
upload.webp
 
I have to disable mod_security on my server to get the flash uploader to work.

I added this to the .htaccess file in the forum root.

Code:
<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Mike said that technically Flash submits an invalid HTTP request and mod_security catches it so it's a bit of a workaround.
 
Is your attachments folder still writable ?
Yes.

I have to disable mod_security on my server to get the flash uploader to work.

I added this to the .htaccess file in the forum root.

Code:
<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Mike said that technically Flash submits an invalid HTTP request and mod_security catches it so it's a bit of a workaround.

Thanks, this work for me too :)
 
ok i fixed my issue my deactivating javascript in firefox. then i tried to upload a file and it caused a internal server error. in my server log it made a reference to my mod_fcgid which i had upgrade to 2.3.6.After reverting back to 2.3.5.Now i can upload any attachments....hope this help :)
 
Top Bottom