Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1425799
Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 5 years ago.
Improve this questionI am wanting to download themes from my localhost install of Wordpress. My issue is that anytime I click download, I get a pop-up asking me for Connection Information.
I tried to input localhost and my Wordpress username and password, but it will not download. What step have I missed here?
edit
And I am running localhost on a Ubuntu laptop with LAMP installed.
edit 2
This is an image of the request screen that I get, where I input localhost and my valid username and password
And this is an image of the error I receive when I try those reds
Closed. This question is off-topic. It is not currently accepting answers.Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 5 years ago.
Improve this questionI am wanting to download themes from my localhost install of Wordpress. My issue is that anytime I click download, I get a pop-up asking me for Connection Information.
I tried to input localhost and my Wordpress username and password, but it will not download. What step have I missed here?
edit
And I am running localhost on a Ubuntu laptop with LAMP installed.
edit 2
This is an image of the request screen that I get, where I input localhost and my valid username and password
And this is an image of the error I receive when I try those reds
Share Improve this question edited May 21, 2019 at 12:24 user2676140 asked May 20, 2019 at 18:56 user2676140user2676140 1134 bronze badges2 Answers
Reset to default 1Probably your local FTP service is not running. You can verify this by trying to connect to the local FTP server at the command prompt:
ftp localserver
and it will ask for your credentials.
Also possible is that 'localserver' is not being resolved locally. You can check that with a command
nslookup localserver
And seeing if it gives you your servers' IP address.
But this is not a WP Development question. Ask the googles/bings/ducks for help with enabling/starting your local FTP service.
Try entering your system username and password. It sounds like you don't have permissions set correctly (or rather, in LAMP they are but not for what you are trying to do with WordPress). Also, you might have a look at the FS_METHOD constant and try setting it in to ftpext
(along with the other required settings) in wp-config.php.
If these things don't work, consider editing your question to include a screen shot of the username and password window you are seeing so that we know exactly which screen is blocking you.
本文标签: Download Themes From LocalHost WordPress Site
版权声明:本文标题:Download Themes From LocalHost WordPress Site 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745449391a2658814.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论