What happened with uploading files? - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: What happened with uploading files? (/showthread.php?tid=1552) |
What happened with uploading files? - Oleg06 - 2011-04-10 Why did the picture loaded fine, but now writes Code: [object Object] Error -200:500 HTTP Error (500) What happened with uploading files? - Connie - 2011-04-10 Oleg06 Wrote:Why did the picture loaded fine, but now writes Oleg, what size had the image and what file-type? What happened with uploading files? - Oleg06 - 2011-04-10 maybe something with the provider, because no longer anywhere to work .jpg 289x385 24kb What happened with uploading files? - Oleg06 - 2011-04-10 Sorry, this was due to UploadUploadify3.php What happened with uploading files? - Connie - 2011-04-10 Oleg06 Wrote:maybe something with the provider, because no longer anywhere to work Could it be that your hoster activated some security mods in Apache? try this in .htaccess ( I found it for uploading images to Wordpress, situation is the same): Code: # <IfModule mod_security.c> but generally HTTP: Errors 500 are not client-side, so you must contact your hoster What happened with uploading files? - Donuts - 2011-08-04 Hi Connie, I have the same problem when I try to upload pictures (Error 500). I was told by the helpdesk that I need to add .htaccess with the text "SecFilterEngine Off" and especially not to put in root dir, but in the folder where the script runs! This enables mod_security for that particular folder and the containers placed scripts. But in which dir should I place it? And is your option better as this one? Greetings Tom. |