PHP v7.3 error

dataci4.epizy.com/public

“Your PHP version must be 7.2 or higher to run CodeIgniter. Current version: 7.0.19”

I change from cpanel the version to 7.3, but it wont actualize the version to that, and keep in 7.0
If I put older versions the message reads the older number instead of 7.0.19 but it wont act to 7.3 … need that for CI4

You need to wait few minutes after you applied any changes. You can also View the Php version by creating a phpinfo file

Make a new .php file and enter this code

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>

Check Version change through this new file.

I did the PHP version check and it looks like your website (as well as the other websites on the same IP address) still seem to be stuck on PHP 7.0, and the PHP version selector does not appear to be working either.

This definitely looks like a system issue, so I’m going to have someone look into this.

1 Like

Thx!, I will wait for the resolution!, keep the great work!

Sorry for the late response. It looks like this issue was resolved yesterday evening already (but I missed the message until just now). Your account (and all accounts on the same IP address) now have PHP 7.3 instead of 7.0.

1 Like

Thx for the great work!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.