<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Cron.php won&amp;apos;t run (required php version mismatch error)</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Cron_php-won-t-run-required-php-version-mismatch-error-80563</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 20:44:18 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Cron_php-won-t-run-required-php-version-mismatch-error-80563" rel="self" type="application/rss+xml" />

                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239004#post2239004</link>
          <description><![CDATA[<p>Hi All, </p>
<p>The issue is that some hosts have multiple PHP versions available, so when you just enter php /path/to/script for the cron script it sometimes runs the older version of PHP and not the one you want.</p>
<p>If you are able to upgrade to CMSB 3.05 I added some code to attempt to detect and display the proper path to PHP on the Scheduled Tasks menu under Admin.  It's not supported by all servers, but does work on most and will show you the correct path.</p>
<p>For any other servers, you can just email your host and ask them the right path to use for PHP 5.6 when setting up cron jobs and they should be able to tell you right away.</p>
<p>Hope that helps!  Let me know any other questions.</p>
]]></description>
          <pubDate>Wed, 01 Jun 2016 19:08:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239004#post2239004</guid>
        </item>
                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239003#post2239003</link>
          <description><![CDATA[<p>This didn't actually work for me. I am getting this error in the email reports...</p>
<p><span>mount: /var/fake/[username]/var/lib/mysql not mounted already, or bad option</span></p>
]]></description>
          <pubDate>Wed, 01 Jun 2016 12:17:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239003#post2239003</guid>
        </item>
                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239000#post2239000</link>
          <description><![CDATA[<p>Thanks. Updating now.</p>]]></description>
          <pubDate>Wed, 01 Jun 2016 06:36:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239000#post2239000</guid>
        </item>
                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238999#post2238999</link>
          <description><![CDATA[<p>Hi mizrahi,</p>
<p>The solution seems to be as Damon suggested.</p>
<p>I'm on a Bluehost shared hosting platform and running php 5.6 as a single php.ini file, so changing:</p>
<p><code>php -q /home1/susansa7/public_html/susansaladino/cmsAdmin/cron.php</code> to <code>php56s -q /home1/susansa7/public_html/susansaladino/cmsAdmin/cron.php</code></p>
<p>did the trick.</p>
<p>Hope it works for you...</p>
<p>Best,</p>
<p>Jerry Kornbluth</p>]]></description>
          <pubDate>Wed, 01 Jun 2016 06:27:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238999#post2238999</guid>
        </item>
                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238998#post2238998</link>
          <description><![CDATA[<p>I have the situation, also with bluehost, so if you could post your final resolution it would be greatly appreciated. </p>]]></description>
          <pubDate>Wed, 01 Jun 2016 05:56:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238998#post2238998</guid>
        </item>
                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238991#post2238991</link>
          <description><![CDATA[<p>Thanks Damon,</p>
<p>As with the other post, I never get an email telling me that this thread had been updated, sorry for the delay in responding.</p>
<p>I'll give it a try tomorrow morning and report back.</p>
<p>Best,</p>
<p>Jerry Kornbluth</p>]]></description>
          <pubDate>Tue, 31 May 2016 14:53:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238991#post2238991</guid>
        </item>
                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238929#post2238929</link>
          <description><![CDATA[<p>Hi Jerry,</p>
<p>I had the same issue with one my own site installations giving me the same error.</p>
<p>I was using something similar to this:</p>
<p><strong>php</strong> -q /home1/susansa7/public_html/susansaladino/cmsAdmin/cron.php</p>
<p>Turns out that <strong>php </strong>was pointing to an older version of php (the server has multiple versions of PHP).</p>
<p>I needed to change <br /><strong>php</strong></p>
<p>to <br /><strong>/usr/local/php55/bin/php</strong></p>
<p>and the email error stopped. </p>
<p>Check with your host what the path you should be using.</p>
<p>Let me know if this solves the issue.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Mon, 23 May 2016 11:07:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238929#post2238929</guid>
        </item>
                <item>
          <title>Cron.php won&apos;t run (required php version mismatch error)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238924#post2238924</link>
          <description><![CDATA[<p>Hi All,<br /><br />I recently upgraded to V 3.04 and decided to try autobackup V1.04<br /><br /> I’ve set up a cron job on the server (Bluehost) using the code suggested on the Admin &gt; General tab:<br /><br />php -q /home1/susansa7/public_html/susansaladino/cmsAdmin/cron.php<br /><br />The cron job does run every minute, however the resulting cron job emails read:<br /><br />"This program requires PHP v5.5.0 or greater. You have PHP v5.2.17 installed.&lt;br/&gt; Please ask your server administrator to upgrade PHP to a newer version.&lt;br/&gt;&lt;br/&gt;"<br /><br />However the Server Info on the Admin &gt; General tab says that the site is using PHP v5.6.17<br /><br />The server is set up to use a single php.ini file and I couldn’t find any conflicting .ini or .htaccess files on the site.<br /><br />Any thoughts?</p>
<p>Thanks.<br /><br />Jerry Kornbluth</p>]]></description>
          <pubDate>Sun, 22 May 2016 08:54:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238924#post2238924</guid>
        </item>
              </channel>
    </rss>
  