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.
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.
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
or if phpinfo is disabled for security reasons, you may try
Maybe that's not the case, but at least I was quick ;)