- Issue created by @hkirsman
- @hkirsman opened merge request.
- Status changed to Fixed
almost 2 years ago 11:49am 9 February 2023 - Status changed to Fixed
almost 2 years ago 11:50am 9 February 2023
Using PHP 8.1, creating new node will yield:
Deprecated: addcslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /app/web/core/lib/Drupal/Core/Database/Connection.php on line 1525
Using PHP 8.1, creating new node will yield:
Deprecated: addcslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /app/web/core/lib/Drupal/Core/Database/Connection.php on line 1525
Check if entity has id(), before passing the entity on for further processing.
Fixed
Code