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
We're getting this error in some console commands that interact with entries in some way:
str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in vendor/sebastianlenz/craft-utils/src/foreignField/ForeignFieldQueryExtension.php on line 264.
Not sure what's causing this exactly. I only see this error in some console commands, haven't seen it in a web request yet. Maybe it's an edge case that only occurs rarely, but can be handled in the craft-utils library?
The text was updated successfully, but these errors were encountered:
We're getting this error in some console commands that interact with entries in some way:
Not sure what's causing this exactly. I only see this error in some console commands, haven't seen it in a web request yet. Maybe it's an edge case that only occurs rarely, but can be handled in the
craft-utils
library?The text was updated successfully, but these errors were encountered: