Home arrow JWHC News arrow Media Manager Upload Failed 503 fix
Media Manager Upload Failed 503 fix
A change in the mod_security rules is conflicting with the Flash Uploader in the Media Manager.
The upload will fail with message "upload failed (503)"



Add this to a .htaccess file in the administrator folder to fix.

<IfModule mod_security.c>
<Files index.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

Another option is to disable the Flash Uploader completely. This reverts the upload to the non-flash method.
Site >> Global Configuration >> System
Set Enable Flash Uploader to No.

Please note: If you have created the .htacces file in the administrator folder as descibed above and the error starts happening again, or you get error 500 when trying to access the Administrator, remove the IfModule code.

This issue may be fixed on some servers during scheduled maintenance, but still waiting to be fixed on other servers.

If you require assistance please contact me.
Jeremy
 

News from Joomlasphere