cyberanto
Member
Posted 2 years ago #
Everytime I try to upload a photo using the Flash uploader I get an error message
http error
I also get an error message when I try it on the Browser uploader.
But when I go back, I notice that the main image has been uploaded, but the corresponding thumbnails haven't.
I have read all of that topic (Image/Media Uploader problems?) and tried many things but nothing helped. Anyone can help?
Thank you.
cyberanto
Member
Posted 2 years ago #
I resolved the problem!
After reading this post (Fix for auto upgrading issue with 1and1 Hosting), written by davidizor, I have realized that it's a PHP problem. I had to put my server on PHP 5 instead of PHP 4.
To do so, as it was proposed on the mentionned post, I added the following three lines of code to my .htaccess file:
Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
As my .htaccess file already had code in it. I added those three lines at the complete end. Now uploading photos on my site is working :)