Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBenny Chew
Courses Plus Student 2,717 PointsCan't install plugins locally
I installed Wordpress on my local server with success and logged in to the admin. But I can't install plugins. It gives me this error (with login screen): "Failed to connect to FTP Server localhost:21" I also tried my direct local server address 192.168.2.9 with no luck. The Wordpress site is on my Sites directory.
Apache and MySQL is installed with this guide: http://coolestguidesontheplanet.com/install-configure-apache-mysql-php-phpmyadmin-osx-10-8-mountain-lion/
Can anyone help me with this? Any help is appreciated, thanks in advance.
1 Answer
Juan Jose Cortes Guzman
7,894 PointsHi, if you are developing your Worpress site locally, in order to install a plugin the only thing you have to do is to extract the plugin zip file under the Sites/wp-content/plugins folder. Then go to the Plugins section and activate the plugin.
Benny Chew
Courses Plus Student 2,717 PointsBenny Chew
Courses Plus Student 2,717 PointsThanks Juan, I guess I can just install the plugins manually.