Closed (fixed)
Project:
SWFUpload
Version:
6.x-2.0-beta8
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2008 at 15:45 UTC
Updated:
1 Nov 2011 at 15:50 UTC
Hi, I'm getting a server error when trying to upload anything.
See attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| servererror.png | 9.44 KB | Flying Drupalist |
Comments
Comment #1
dayre commentedCheck your php.ini settings to ensure the size of the file you are uploading isn't going over the upload/post limits (post_max_size, upload_max_filesize).
Comment #2
skilip commentedThe SWFUpload has some debug tools. Change this (line 486 of swfupload.module):
to this:
Comment #3
skilip commentedAny updates on this?
Comment #4
yaoweizhen commentedI have some problem? This is my debug message:
I also have found http://www.example.com/swfupload 'access denied' warning in watchdog. But the module is worked successfully on my another local drupal site.
Comment #5
Starminder commentedSubscribe, same issue
Comment #6
Starminder commentedI'm still unable to get past this problem, does anyone know what would cause this? Thanks
Comment #7
shaneonabike commentedMaybe check out the thread here
http://swfupload.org/forum/generaldiscussion/1125
Comment #8
shaneonabike commentedWe are also having this problem and I wonder if it's related to the bug here...
http://drupal.org/node/591142
Comment #9
quinns commentedWe are finding the same problem when the site is password-protected via .htaccess. The SWFupload module reports status code 401 and the UI says "Server Error". Removing .htaccess authentication makes it work. Anyone know of a way around this? I've applied the patch in http://drupal.org/node/591142 and also have the
swfupload.cookies.jsfile in our swfupload module directory but are still getting 401 errors when .htaccess password auth is enabled.Comment #10
naim shaikh commentedI just faced the same problem with SWFupload module where it was working properly on one server and doing exactly opposite on other one. I was getting 403 error as 'server error'.
I searched on google and I found this code to put in .HTACCESS file.
Here is the code:
I got this code from this url:
http://forum.joomla.org/viewtopic.php?f=431&t=265427&p=1216787
After updating my .HTACCESS file with the above code , My problem resolved.
Comment #11
dilari commentedJust for information:
swfupload failed when trying to use it in maintenance mode. '503 Service unavailable'
Switching back to online solved it. Just so you know.
Comment #12
skilip commentedA lot of server issues/questions can be answered here: http://swfupload.org/forum/generaldiscussion.
#10 is included in README.txt. Thanks for reporting!
Comment #13
skilip commentedComment #15
qmhao99 commentedI had the same problem. However, after I added the lines per #10, I could not even connect to my site. When I tried to connect, I got the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Comment #16
core44 commentedI think the lines in #10 turn off mod_security, and if your hosting company doesnt allow you to do this via .htaccess you'll get a internal server error I think. You might have to ask them to disable it for you.
Comment #17
cresh commentedI had the same problem. When i'am upload files swfupload print "server error". The site was offline. Once I did it online problem has been fixed.
p.s. sorry for my english