码迷,mamicode.com
首页 > 其他好文 > 详细

MAGENTO CONNECT INVALID HEADER RESPONSE FROM SERVER

时间:2014-11-01 14:45:24      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   ar   for   sp   div   

Ever wondered why Magento connect Gives you this error when you try to install an extension?

First of all make sure /downloader folder has enough permissions..
Connect to you VPS via SSH

cd /home/magentodir
Perform CHMOD -R 777 downloader/ downloader/*

Now Retry the Magento extension if it still returns invalid header response open your PHP.ini
And verify that php CURL Extension hasn’t been disbled. (might be on multiple lines).

Once you have enabled PHP-Curl restart apache /etc/init.d/httpd restart (or if your using php-fpm) /etc/init.d/php-fpm restart

Now open Magento connect once again and verify that you can install the magento extension.

 

MAGENTO CONNECT INVALID HEADER RESPONSE FROM SERVER

标签:style   blog   http   io   color   ar   for   sp   div   

原文地址:http://www.cnblogs.com/free3649/p/4067119.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!