The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Attachment Problem Please help.
Hello,
I am getting error at my forum with Attachments but only with MP3 files other all files i can attach and working fine just MP3 cant attach. I am getting this error with MP3 attachments, Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@xyz.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Please any idea? how can i fix this ? thanks a lot |
#2
|
||||
|
||||
<font color="darkgreen">Set the MIME type in the admincp > attachments > attachment manager so its correct like this "Content-type: audio/mpeg".
Not sure about your 404 error as it may be unrelated.</font> |
#3
|
||||
|
||||
hello,
i tried as u told but still same error.. THANKS |
#4
|
|||
|
|||
This may be due to mod_security.
While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security. Make or edit your forum .htaccess file and add the following code Code:
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121 You might need assistence from your host on this. If this does not solve your problem, ask your host to inspect the webserver errorlog to find the cause of this. |
#5
|
||||
|
||||
<font color="darkgreen">Who is your host? I had a problem before on this same isue and it was my hosting companies problem. They didnt say what the problem was but it was on a single file type of attachment. You may want to give them a call as suggested.</font>
|
#6
|
||||
|
||||
Thanks a lot Marco .
I tried as you told but still same error and now gonna follow your secound option to ask my hoster. Thanks for help |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|