Hi I was having this problem, after uploading images a dialog box would popup with a load of HTML source code in it, then i was prompted to login again and none of the pictures were uploaded..
This Solution worked for me:
JLHC - 08 January 2009 07:14 AM
Try adding a php.ini file in your magento root directory and see whether it works:-
magic_quotes_gpc = off
short_open_tag = on
extension=pdo.so
extension=pdo_mysql.so
from http://www.magentocommerce.com/boards/viewthread/27849/
This absolutely worked for me. Yay! I just placed that info into a text editor, saved it as php.ini, uploaded it to my root folder, refreshed my product page, and voila! Thank you SO MUCH.
Hi I was having this problem, after uploading images a dialog box would popup with a load of HTML source code in it, then i was prompted to login again and none of the pictures were uploaded..
This Solution worked for me:
JLHC - 08 January 2009 07:14 AM
Try adding a php.ini file in your magento root directory and see whether it works:-
magic_quotes_gpc = off
short_open_tag = on
extension=pdo.so
extension=pdo_mysql.so
from http://www.magentocommerce.com/boards/viewthread/27849/
This absolutely worked for me. Yay! I just placed that info into a text editor, saved it as php.ini, uploaded it to my root folder, refreshed my product page, and voila! Thank you SO MUCH.
That’s it! I was struggling with that problem for long time and finally foun this solution. Just simply create php.ini file with code above and paste it to my Magento installation folder (which isn’t my root folder) and work perfect now! Thanks lads!
I had a similar problem in this area. Under the a product’s Product Information > images configuration I had been struggling to upload any per-website images to override the placeholders. The mention of Flex and Flash earlier in this post turned a little light on. Rather than continue to try and upload the images via Linux:Chrome browser I swapped to Windows:IE and they went straight in.
I just installed Magento 1.4 on a dev server. With newest Chrome / Safari / Firefox on OSX Snow Leopard I’m not able to even see the upload / browse buttons for product images. I went through all fixes and also updated my Flash player on Snow Leopard, but without luck.
With Windows / IE I’m able to upload images successfully.
With Magento 1.3.2.1 and Chrome / Safari / Firefox I’m able to upload images successfully as well.
Seems theres some incompatibility with Magento 1.4 and Snow Leopard?
I just installed Magento 1.4 on a dev server. With newest Chrome / Safari / Firefox on OSX Snow Leopard I’m not able to even see the upload / browse buttons for product images. I went through all fixes and also updated my Flash player on Snow Leopard, but without luck.
With Windows / IE I’m able to upload images successfully.
With Magento 1.3.2.1 and Chrome / Safari / Firefox I’m able to upload images successfully as well.
Seems theres some incompatibility with Magento 1.4 and Snow Leopard?
I’m had the exact same problems with Magento 1.4 and Snow leopard.
The following did the trick:
Change line 184 of js/lib/flex.js to: this.isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
Similar problem here, the upload process seems to be all right, the images are on the server in correct folders and links are also ok, but images are not showing anywhere, i tried everithing- magic quotes on, php.ini, setting permissions to 777, double-checked everithing… The previous version was allright but 1.4.0.1 messed it up… its strange that the image placeholder isnt showing also… I get the “Image type and information need to be specified for each store view.” message in product info -> images ... This is sooo annoying, i have almost gone crazy ...
Yes, this problem just occur to me when I install the new 1.4.0.1 from 1.3, only the product’s images cannot be uploaded. I can upload the category image easily with the normal upload button but not this flash button.
Is it because of the Flash file? I hope that there is another way to upload image!