In all but our oldest servers, we have implemented a feature that allows you to chose what version of php you want to use on your account. While this works well for files running normally for your site, it will not work for cron jobs. Cron jobs will use the default php for the server if set up as directed in our article on How to run a cron job. You will need to specifically identify the php version 'switch' to have the cron job use that version for running your scheduled scripts. Below is a set of instructions that will guide you on how to edit the cron job command to use the specific switch.

How to force a specific php version for cron jobs

  1. First, log into your cPanel dashboard.
  2. Now that you are in the main cPanel area, find the Advanced category and click on the cronjobs icon.
    click on the cronjobs icon
  3. This takes you to the cron job set up page. At the bottom of the screen you will see the cron jobs you have currently scheduled. Click on the Edit link on the right to edit the cron command.
    lsit of scheduled cron jobs
  4. You will now see the command line field so you can edit it. The cron command is in two parts, the first part calls the php and the second part is the path for the script you want to run. The command code for the sample cronjob is displayed below:
    php -q /home/userna5/public_html/cronscript.php
    We want to replace the first part of the code (php -q) with (/opt/php54/bin/php -q) for php 5.3 and above:
    /opt/php54/bin/php -q /home/userna5/public_html/cronscript.php
    or (/opt/php52/bin/php -q) for php 5.2 as shown:
    /opt/php52/bin/php -q /home/userna5/public_html/cronscript.php
  5. Enter the new code at the beginning of the command, then click the Edit Line button to save it. This cron job will now use your correct php version. You will need to do this for each cron job so that they are certain to use the correct php version.
Like this Article?

Login to comment.

Your Opinion Matters

... but we need to know what you're thinking!

I'm Scott Mitchell, your friendly Community Support technician, and I wrote the article you're looking at now. I like to think it's perfect, but I'm sure you have some suggestions. Please, let me know what they are!

Feedback
Your Email Address
Because we'd like to talk with you!

Latest Questions

If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Ask a Question!
Recent Questions
  1. How store set of pdf files that viewers may download from my website.
  2. Has anyone created Terms of Services for their resellers?
  3. Help with Newrelic installation

Need more Help?

Search

Ask the Community!

Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.

Current Customers

Chat: Click to Chat Now E-mail: support@InMotionHosting.com
Call: 888-321-HOST (4678) Ticket: Submit a Support Ticket

Not a Customer?

Get web hosting from a company that is here to help. Sign up today!