I received the following error after running the tester.sh script.
./tester.sh: /usr/bin/php: bad interpreter: No such file or directory
tester.sh
Re: tester.sh
Hi,
What environment are you running? (OS, PHP version etc).
It seems your PHP binary isn't /usr/local/php
Try:
If php isn't on your path you may need to do /full/path/to/php -f tester.sh
HTH,
Cheers,
Dave.
What environment are you running? (OS, PHP version etc).
It seems your PHP binary isn't /usr/local/php
Try:
Code: Select all
php tester.sh
or...
php -f tester.sh
HTH,
Cheers,
Dave.