You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hosting automatically was updated from PHP 7.4.33 to PHP 8.2.26 then the CRM showed a error 500 because of PHP version.
I did a PHP downgrade and the CRM worked fine again.
I did a update from 4.5.2 to 4.5.4 and then I was able to update also PHP to 8.2.26
Later a new notice showed that I could update to 5.12.0 and I did it too.
Everything seems to work fine but somehow I see this red warning at the left bottom :
"Version 5.0.0 has been released, but it requires PHP 8.x "
Maybe have I missed something ?
Could it be a cache issue because I need to make the CRM update using still PHP 7.4 ?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
ChurchCRM doesn't really have a caching mechanism in place but it's definitely possible that your machine does have one set up. Let's try to debug this together:
1. Check PHP Version
Use ChurchCRM's debug page to confirm PHP >=8.1 is active.
Alternatively, create a phpinfo.php file with the following content:
<?phpphpinfo(); ?>
Access the file via the browser to check the PHP version.
Hi all,
Hosting automatically was updated from PHP 7.4.33 to PHP 8.2.26 then the CRM showed a error 500 because of PHP version.
I did a PHP downgrade and the CRM worked fine again.
I did a update from 4.5.2 to 4.5.4 and then I was able to update also PHP to 8.2.26
Later a new notice showed that I could update to 5.12.0 and I did it too.
Everything seems to work fine but somehow I see this red warning at the left bottom :
"Version 5.0.0 has been released, but it requires PHP 8.x "
Maybe have I missed something ?
Could it be a cache issue because I need to make the CRM update using still PHP 7.4 ?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: