“Connection String Is Empty” Error From Magento Connect

When I was installing an extension from Magento Connect Manager, it show ‘Connection string is empty’. I don’t know why this problem occurs. I cleared the cache also then also the problem is same. If anyone knows how to do this,please help me out. Thanks!

To solve this problem, you need to change the permission of all folders/files of Magento to 777, after installed/upgraded, you should change the permission of files to 664 and permission of folders to 775.

e.g (for ubuntu)

1) move to the root of magento
2) sudo find . -exec chmod 777 {} \;
after installed/upgraded
3) sudo find . -type d -exec chmod 775 {} \;
4) sudo find . -type f -exec chmod 664 {} \;

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments