Welcome Guest, Not a member yet? Register   Sign In
CLI gives errors on shared hosting [SOLVED]
#4

Hi all,

Digging around a bit more I discovered that php needs to be called by its full path (unlike my development machine.)
Not:
Code:
php -q /home/...

But instead:
Code:
/usr/local/bin/php -q /home/...

And it's all working.
Thank you all.
Reply


Messages In This Thread
RE: CLI gives errors on shared hosting - by pierrick - 06-26-2022, 07:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB