Posted November 7, 20222 yr Hi! I'm on PHP 8.1 but got an email saying I need to upgrade from 7.4? Here's my server setting: Here's the email: PHP 7.4 End of Life PHP 7.4 will soon be reaching end of life and will no longer receive any security updates. Our November release will introduce a new minimum requirement of PHP 8.0. You are seeing this message because you are currently using PHP 7.4. Please upgrade as soon as possible.
November 7, 20222 yr Community Expert Please ensure that if you are using CRON that your CRON task is also using PHP 8. If your server uses multiple PHP versions, this could be you still have the CRON task set to use an old version.
November 8, 20222 yr Author Ah, thanks Jim! I'm pretty much a noob when it comes to the deeper behind-the-scenes server stuff. Can you clue me in on how I would set this up? I'm using GoDaddy for hosting the forums.
November 8, 20222 yr Community Expert You would ned to contact your hosting company if you are unsure on this, as they will have set up the way your cron jobs run
November 8, 20222 yr Author Yeah, I don't have any cron jobs running. Is there any other reason why I would be getting this PHP message?
November 8, 20222 yr Community Expert Only other one would be you're not running PHP 8. You can check what PHP version you're running in ACP -> Support.