I'm hitting the error shown here when displaying values from a relationship field. I think the error occurs when I attempt to sort the related entries using a custom field which doesn't have a value in all entries. This could be fixed by making that field required, obv., but it feels like EE should fail more gracefully here? Sanity check before calling strtolower?
strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
ee/legacy/libraries/relationship_parser/Parser.php, line 674
Severity: E_DEPRECATED
— EE: 7.5.1
— PHP: 8.3.6
I'm hitting the error shown here when displaying values from a relationship field. I think the error occurs when I attempt to sort the related entries using a custom field which doesn't have a value in all entries. This could be fixed by making that field required, obv., but it feels like EE should fail more gracefully here? Sanity check before calling
strtolower?— EE: 7.5.1
— PHP: 8.3.6