SetEnv DEFAULT_PHP_VERSION 54
as the first line in the .htaccess file
When the cron jobs run for these sites I am now receiving the following message by email:
---------------------------------------------------------------------------------------------------
X-Powered-By: PHP/5.3.28
Content-type: text/html
====================================
WARNING! Incompatible PHP version 5.3.28
===================================
This CRON script must be run using PHP version 5.4.0 or later. Your server is currently using a much older version which would cause this script to crash. As .........
-----------------------------------------------------------------------------------------------------
The backend interface is running fine and the sites backup manually and as I know from previous experience if the sites were not running PHP5.4 the backend interface would show as a blank screen
I have not changed the cron job command, it is: (eg)
/usr/bin/php /home/sites/aerialsatellite.supplies/public_html/solo/cli/backup.php
Please can you help?
Margaret