最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

How do I set up XAMPP to allow me to download plugins and themes?

matteradmin8PV0评论

It's been a very long time since I used Wordpress and I am getting back into it. I have installed XAMPP on my Mac (10.14.2) and have successfully installed Wordpress 5.1.1.

However, I cannot figure out how to set things up so I can download and install plugins.

Would anyone know how or know of a good guide to set up XAMPP and Wordpress so I could do this?

It's been a very long time since I used Wordpress and I am getting back into it. I have installed XAMPP on my Mac (10.14.2) and have successfully installed Wordpress 5.1.1.

However, I cannot figure out how to set things up so I can download and install plugins.

Would anyone know how or know of a good guide to set up XAMPP and Wordpress so I could do this?

Share Improve this question asked Mar 19, 2019 at 11:51 MeltingDogMeltingDog 1551 silver badge10 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

A common issue related to this is that XAMPP can't write to your wp-content directory.

If you don't know how to change this, you can edit wp-config.php and add this line:

define('FS_METHOD','direct');

For detailed information, read wp-config.php documentation.

Post a comment

comment list (0)

  1. No comments so far