jordanjay29
Hi ,
I have my own web hosting company, I've my own vps server with cpanel I can install composer on the main server but when i was logging on a client ssh i found these errors when installing composer
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 suhosin.executor.include.whitelist setting is incorrect.
Add the following to the end of your php.ini
or suhosin.ini (Example path [for Debian]: /etc/php5/cli/conf.d/suhosin.ini):
suhosin.executor.include.whitelist = phar
The php.ini used by your command-line PHP is: /opt/alt/php55/etc/php.ini
If you can not modify the ini file, you can also run php -d option=value
to modify ini values on the fly. You can use -d multiple times.
- When i type this command " composer create-project flarum/flarum . --stability=beta "
I receive the following : " -bash: composer: command not found "
so any help please ?