GeekPress / WP-Quick-Install

WP Quick Install is the easiest way to install WordPress.
http://wp-quick-install.com
322 stars 172 forks source link

http:// wrapper is disabled in the server configuration #39

Open Rossie opened 7 years ago

Rossie commented 7 years ago

Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /var/www/virtual/xxx.com/xxx/htdocs/wp-quick-install/index.php on line 84

tkerns commented 7 years ago

This is a common problem on shared servers allow_url_fopen is commonly disabled. Does anyone want to update this awesome tool to use curl, instead of file_get_contents?