If we encounter error 403 while uploading images in Joomla 1.5, try adding these 2 lines in .htaccess:
SecFilterEngine Off
SecFilterScanPOST Off
The fix works for me.
References: http://www.dart-creations.com/the-joomla-blog/blog/media-manager-upload-failed-403-error.html
September 10, 2008 at 7:25 pm |
thank my friend
December 10, 2008 at 5:29 pm |
Hi,
I also got the problem, but;
SecFilterEngine Off
SecFilterScanPOST Off
simply didn’t work for me
After looking at the error log. I notice the problem lies with the “temp” folder”
The “temp” folder located in the root of joomla is cmod to 755 which is 100% but some servers clash or something. Just cmod it to 777 and it should solve your problems.
If the problem still keep going. cmod your image and image sub folders to 777.
Later