Just tried to install a copy of 1.1.1 and the upload function works.
Even tried to import/export a database from 1.1.3 and that works in 1.1.1 so not a database issue. It is some code somewhere…
Might have to go back to 1.1.1 which seems really stupid…
I did little workaround and find that uploading images works fine on fresh apache/php installation (which is more or less unsecured) but not on my hosting. After many tries to upload images i found that apache creates new http session after uploading image(s) with that crappy flash uploader. (So, if you manage log in again between pressing “upload images” and “save” button, everything works fine)
With help of my hosting sysadmin we finally found following solution working:
put these lines into your .htaccess file (or appropriate lines to php.ini):
php_flag suhosin.session.cryptua off
php_flag suhosin.cookie.cryptua off
php_flag suhosin.session.cryptdocroot off
php_flag suhosin.session.encrypt off
php_flag suhosin.cookie.cryptdocroot off
php_flag suhosin.cookie.encrypt off
Is this still happening to anyone else, I am using:
aspirationhosting.com
I have tried both Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 and have also tried on Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16
I have changed the write permissions on media and var folders to 777
I have made sure that php_flag suhosin.session.cryptua off
I have also tried adding to the HTTPaccess file php_flag suhosin.cookie.cryptua off
php_flag suhosin.session.cryptdocroot off
php_flag suhosin.session.encrypt off
php_flag suhosin.cookie.cryptdocroot off
php_flag suhosin.cookie.encrypt off
I have uninstalled and reinstalled many versions of flashplayer
I can click on the browse button and magento tells me the images are uploaded but when I save I am logged out. I can;t find any images uploaded to the server and have exausted all other options. Anything else anyone can think of I will be more than happy to try.
@ Bolt: Our servers are suPHP/suEXEC enabled (added security) and as such you will need to change anything with permissions of 777 to 755, including the “media” and “var” folders.