Search found 2 matches

by freedominternet
Fri Nov 11, 2016 12:00 pm
Forum: ntPHPselector
Topic: Cron using wrong version of PHP
Replies: 3
Views: 27413

Re: Cron using wrong version of PHP

Solution Found :)

Just had to change the cron command from using: php -q

To: /opt/ntphp/php56/bin/php -q
by freedominternet
Fri Nov 11, 2016 11:25 am
Forum: ntPHPselector
Topic: Cron using wrong version of PHP
Replies: 3
Views: 27413

Cron using wrong version of PHP

I am trying to run a php script that has been encoded with IonCube. For the most part any files encoded in the folder I am accessing are working fine with IonCube however when Cron tries to run a script, it is bypassing the version selected by NTPHPSelector and using the default version of PHP which...