In Magento 1.9.1.0 version, when we check for upgrade in Magento Connect Manager, it will refresh and no upgrade option, marked in yellow, will be shown in that page.
The issue is caused inside Curl.php. By default, https is set true.
So after some troubleshooting, we managed to fix by adding $https = false; like the above screenshot and voilla it worked.
I know its a kinda hack. If you have better solutions, comment me.
Try next time. :)
No comments:
Post a Comment