Hi All,
after hours of searching and trials I give up and ask for help.
I am trying to install Symfony (a php framework) locally and have installed MAMP.
Symfony asks me to run this command
but I get
now, in /usr/bin/php there is an alias to the location of php which is under MAMP in bin/php5.3/bin and this may be a reason for the error.
Even
gives
I tried to login as root, but still nothing.
I litterraly read all forums online about this, but I just can't get it.
Thanks for help
after hours of searching and trials I give up and ask for help.
I am trying to install Symfony (a php framework) locally and have installed MAMP.
Symfony asks me to run this command
Code:
php lib/vendor/symfony/data/bin/symfony generate:project PROJECT_NAME
Code:
-bash: /usr/bin/php: Permission denied
now, in /usr/bin/php there is an alias to the location of php which is under MAMP in bin/php5.3/bin and this may be a reason for the error.
Even
Code:
php -v
gives
Code:
-bash: /usr/bin/php: Permission denied
I tried to login as root, but still nothing.
I litterraly read all forums online about this, but I just can't get it.
Thanks for help