Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Uploadify error 500
#4
Hi!

I did a search for Uploadify and found some hits where this error was described, but I found only one with a solution. It happens with Silverstripe and other applications as well

it seems to be not so uncommon, but I found only one solution at:

http://stackoverflow.com/questions/40342...for-jquery


Quote:I got a different http error: HTTP undefined or HTTP 500. After 4 hours of searching the web, I found the answer.

It is because the server uses Mod_Security. To turn it off, add these lines to .htacess file

Code:
<Ifmodule mod_php5.c>
SecFilterEngine "off"
SecFilterScanPOST "off"
</Ifmodule>

Credit: scaturan posted on http://gallery.menalto.com/node/94614

so check that. If that is the reason, please tell us and add it to the WIKI, please
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Uploadify error 500 - by blazejs - 2011-10-09, 04:38:36
Uploadify error 500 - by Connie - 2011-10-09, 16:11:24
Uploadify error 500 - by blazejs - 2011-10-10, 07:06:04
Uploadify error 500 - by Connie - 2011-10-10, 16:04:01
Uploadify error 500 - by blazejs - 2011-10-10, 17:20:49
Uploadify error 500 - by Connie - 2011-10-10, 20:19:29



Users browsing this thread: 1 Guest(s)