Wrong PHP version?

Permalink 1 user found helpful
Hi

Just tried installing Concrete to my server. Uploaded the files and set the perms. No problem with that. But when I tried to launch the install by gooing to the address where it's installed got this:

Concrete5 requires PHP5.1.

Just checked from my server config, it's running 5.2.11. I really hope that I don't need to downgrade and there's a way around.

Any help? Thanks.

 
orisinal replied on at Permalink Reply
orisinal
Concrete5 works with PHP 5.1+, actually PHP 5.2.x is mentioned in the ideal installation.

Have you checked that your site is really using PHP 5.2.11? You can do that for example with phpinfo() or phpversion() function.

For example make a file debug_phpversion.php to your web root with
<?php echo phpinfo(); ?>

or if phpinfo is disabled for security reasons, you may try
<?php echo phpversion(); ?>


Maybe that's not the case, but at least I was quick ;)
Maxxer replied on at Permalink Reply
Thanks.

Seems that it's 4.4.9

Got to contact my host, their control panel tells that it's 5.2 - damn liars :)

Thanks for the help.