Trying to install 5.7.2 on Bluehost

Permalink
I got the files ftp'd up and first time I called index.php to start the install I get a message that says

concrete5 requires PHP 5.3.3+ to run.

But according to my account PHP is currently 5.4.24

First time trying to install manually on the server but I got 5.7 to work fine on WAMP.

Anything obvious I am missing?

Thanks,
Nathan

 
robodev replied on at Permalink Reply
https://my.bluehost.com/cgi/help/128
Make sure your PHP.ini is there and is correct.

Not one to want to randomly hack the installer to jump over this error, but:

/concrete/controllers/install.php line 222

$phpVmin = '5.3.3';
if (version_compare(PHP_VERSION, $phpVmin, '>=')) {
$phpVtest = true;
} else {
$phpVtest = false;
}
$this->set('phpVmin', $phpVmin);
$this->set('phpVtest', $phpVtest);

I am no PHP expert, but I beleive changing the 'false' to 'true' after the } else { statement will make it fall for any old (or new) PHP version.
gmurillo replied on at Permalink Reply
Incredible, in blueshost is not posible automatic installation, but in others servers, yes! I going to change my hosting. :)https://www.youtube.com/watch?v=8-ydB4IaWf8...