admin管理员组文章数量:1388830
I have installed wordpress in my xampp server. everything looks great. I am using proxy so i have added below snippet in wp_config.php to use proxies.
/* Configure proxy Server */
define('WP_PROXY_HOST', '192.56.14.2');
define('WP_PROXY_PORT', '5656');
define('WP_PROXY_USERNAME', 'xxxx');
define('WP_PROXY_PASSWORD', 'xxxx');
I think there is problem in installation. So I am editing the question. I install WP and set proxies like i said. then I go to Dashboard and there is news section which shows the error like following.
when i try to INSTALL any theme. It shows following Error.
Installation failed: Download failed. cURL error 56: Proxy CONNECT aborted
I couldn't find much on this.Any help would be so awesome!
I have installed wordpress in my xampp server. everything looks great. I am using proxy so i have added below snippet in wp_config.php to use proxies.
/* Configure proxy Server */
define('WP_PROXY_HOST', '192.56.14.2');
define('WP_PROXY_PORT', '5656');
define('WP_PROXY_USERNAME', 'xxxx');
define('WP_PROXY_PASSWORD', 'xxxx');
I think there is problem in installation. So I am editing the question. I install WP and set proxies like i said. then I go to Dashboard and there is news section which shows the error like following.
when i try to INSTALL any theme. It shows following Error.
Installation failed: Download failed. cURL error 56: Proxy CONNECT aborted
I couldn't find much on this.Any help would be so awesome!
Share Improve this question edited May 3, 2017 at 6:15 jigna Bavaliya asked May 2, 2017 at 12:23 jigna Bavaliyajigna Bavaliya 13 bronze badges 2- Hi, Are you using a Apple laptop or system if so check this post as it is down to user permissions , wordpress.stackexchange/questions/261027/… I switched to Mamp for this reason as updating to newer version of xamp broke mysql databases. – Sam Commented May 2, 2017 at 19:24
- Hello @sam thank you for your reply but im not using apple laptop. I am trying to install WP on win7. – jigna Bavaliya Commented May 3, 2017 at 5:23
1 Answer
Reset to default 0I think you need to set up - Implements a proxy/gateway for Apache: https://gist.github/ralphcrisostomo/4036231
More explanation here: https://rada.neocities/xampp-windows-proxy-server.html
本文标签: errorsInstallation problem with wordpress xampp
版权声明:本文标题:errors - Installation problem with wordpress xampp 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744591182a2614500.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论