DV-JF Posted June 6 Share Posted June 6 Hey @kixe I'm using Version 1.2.0 on PW 3.0.229 with PHP 8.1.19 and getting the following error: Deprecated: hexdec(): Passing null to parameter #1 ($hex_string) of type string is deprecated in .../site/modules/FieldtypeColor/FieldtypeColor.module:85 The null coalescing operator is working for me in line 85: public function sleepValue(Page $page, Field $field, $value) { return hexdec($value ?? ''); } Can you fix this? Many greets! 1 Link to comment Share on other sites More sharing options...
kixe Posted June 8 Author Share Posted June 8 @DV-JF Fixed. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
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