Even on PHP7.4 your server is screaming these warnings at you. You (and most others) just decided to ignore it.
You should look into your server error logs (or install collectlogs module if you can) and fix every warning / deprecation that you find in there. This one would definitely be listed there - on PHP7.4 as a warning still. PHP8 increased this problem to error level.
Only AFTER all warnings are fixed is it safe to update your php version.
This particular bug in module code
Recommended Posts
Posted by datakick,
1 reaction
Go to this post
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now