DracoBlue/Craur

allow_url_fopen != On

Closed this issue · 3 comments

develop@server61 /srv/htdocs/user/oskar/Craur $ make install-dependencies
make[1]: Entering directory `/srv/htdocs/user/oskar/Craur'
#!/usr/bin/env php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The allow_url_fopen setting is incorrect.
Add the following to the end of your `php.ini`:
    allow_url_fopen = On

The php.ini used by your command-line PHP is: /etc/php/php.ini

make[1]: *** [install-composer] Error 1
make[1]: Leaving directory `/srv/htdocs/user/oskar/Craur'
make: *** [install-dependencies] Error 2
The apc.enable_cli setting is incorrect.
Add the following to the end of your `php.ini`:
    apc.enable_cli = Off

The php.ini used by your command-line PHP is: /etc/php/php.ini

Downloading...

Missing within Makefile:

-d apc.enable_cli=Off -d allow_url_fopen=On

This issue has been resolved, by expecting composer to be in the path now. So it is not necessary anymore.