krisko24
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by krisko24-
krisko24 created a post,
Process Manager CPU %
I have a 16 core server. My server load stays around 1.14 which from my under standing Im using roughly 1 of my cores so I still have 15 cores not really being used. In my process manger its showi...
-
krisko24 commented,
Yes if I /usr/local/bin/ea-php71 then my cron script won't recognize CLI. The only way I can get it to recognize CLI is by using /opt/cpanel/ea-php71/root/usr/bin/php. But now my includes pat...
-
krisko24 commented,
So this worked! /opt/cpanel/ea-php71/root/usr/bin/php . But now my file paths for my includes are messed up. PHP Fatal error: require(): Failed opening required '../vendor/autoload.php' (includ...
-
krisko24 created a post,
CLI not recognized in cron jobs
I cant seem to get CLI to get recognized during my cron jobs. I can get it to return just fine when I run the script from the terminal. Im using php_sapi_name() to return CLI. here is my cron scr...