|
Monday, 02 June 2008 |
|
Media Manager Upload Failed 403 error
On a recent Joomla 1.5.3 website, I was trying to upload images to the media manager. The upload seems to occur without any problem, only to fail when it arrives to 100%, with an error Upload Failed (403). After some swearing and browsing around the Joomla Forums, I came across the following post:
http://forum.joomla.org/viewtopic.php?f=431&t=265427&p=1216787
Amongst one of the suggestions there, there was a suggestion to insert the following in the .htaccess file:
########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
SecFilterEngine Off
SecFilterScanPOST Off
########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
After I updated the htaccess file with the following, the problem was resolved. Therefore, if you have the problem above, I'd suggest you try the following as one of your first solutions and hopefully you can solve your problem quicker than I did ;)
|
|
Last Updated ( Monday, 02 June 2008 )
|