Friday, August 06, 2010

PROBLEM SOLVED upload image products di magento

I was contact my hosting, n why the image doesn’t load after upload file succed, the unswer is:
please comment(#) file .htaccess in folder “media” Options All -Indexes dan Options -ExecCGI as like this:

Options All -Indexes
Options -ExecCGI
to
#Options All -Indexes
#Options -ExecCGI

Becouse some hosting restricted the “Options” setting for security reason.

And notice if someone have problem cannot upload the image products, the solution is please add a line in php.ini, like this:

suhosin.session.cryptua = off

I’m using magento 1.4.1.1, maybe other version applied too.. smile
If it still doesn’t work, please contact your hosting for more information.

wish usefull, thanks
-alfin-

No comments: