After much forum browsing and experimentation, I have found a fix for the Mac upload issue for product images. I updated my flash, etc,etc, with no effect. Uploads worked great on a PC, not on Mac FF and Safari.
It turns out it’s a setting in the htaccess file:
# disable user agent verification to not break multiple image upload
php_flag suhosin.session.cryptua Off
</IfModule>
php_flag suhosin.session.cryptua need to be set to ON
Previously I had no trouble with a local install (MAMP) but that’s because I was not using the htaccess file since I wasn’t using rewrites. Once the site went to the production server with the htaccess file, it no longer worked.
Hope this helps! I know there’s been a log of posts about this before..
I had the same Problem with Product Image Uploads.
I have also the suhosin hardened php patch installed and i fixed the error with DISABLING the “ suhosin.session.cryptua” Option. So i think northlandadv also means to turn this option to OFF as mirtillotta said already.
I hope this helps to fix the nasty image upload logout “Issue”
I tried everything yu said and I still can’t use the image upload with my Mac. It works fine with windows.
Can you copy paste your .htaccess parameters?
Has anyone else gotten this to work? I’ve tried enabling and disabling “suhosin.session.cryptua” with no apparent change either way in Firefox or Safari.
I am having the same issue. Tried the solution above, but it did nothing for me. Can upload from win, just not mac. When I click browse files, nothing happens. I get no window.
You are correct. The problem has to do with an incompatability with Flash Player 10 (on the Mac at least). I downgraded to 9.124 and it works more or less perfectly. Could be my imagination, but entire web browser seems to be quicker as well.
You are correct. The problem has to do with an incompatability with Flash Player 10 (on the Mac at least). I downgraded to 9.124 and it works more or less perfectly. Could be my imagination, but entire web browser seems to be quicker as well.
how do you downgrade? I installed flash player 9 but I still cant upload images. I click the button and nothing happens… how do I unistall flash player 10?
I’m running 10.5.5 and Flash Player 9 for my Mac browsers (Camino, Safari, and Firefox), and Magento is being hosted locally using MAMP. I tried the fix offered by the original poster but it did not work.
Does anyone have any other ideas? This is a pretty big problem, not being able to upload images from my development machine.
I had some problems with Flash Player 9 and unresponsiveness. Each time I uninstall and reinstall Flash Player 9 and it solves the problem. Perhaps this is the same issue with the 1.1.7 release and Flash Player 10?