Error when upload images for Products in Magento
6 June 2009
No Comment
When upload images for products, after uploading images a dialog box would popup with HTML source code, then the system goto to login again and none of the pictures were uploaded.
Work around:
add file php.ini with
magic_quotes_gpc = off
short_open_tag = on
extension=pdo.so
extension=pdo_mysql.so
It should work fine now.
Related posts:

Leave your response!