- Issue created by @tjtj
This is clearly from the Cookies module. That "null" message is describing an update. It's not an error.
After updating to 11.2.0, when I update the database, I get a fatal error
drush updb yields
-------- ---------------------- --------------- ------------------------------
Module Update ID Type Description
-------- ---------------------- --------------- ------------------------------
system 11200 hook_update_n 11200 - Add a [time] column
to the {simpletest} table,
if existing.
system 11201 hook_update_n 11201 - Add the [alias]
field to the {router} table.
block set_menu_block_depth post-update Updates the `depth` setting
_to_null_if_zero to NULL if it is 0 in any
menu blocks.
file add_playsinline post-update Adds a value for the
'playsinline' setting of the
'file_video' formatter.
system convert_empty_descri post-update Updates entity_form_mode
ption_entity_form_mo descriptions from empty
des_to_null string to null.
system remove_path_key post-update Remove path key in
system.file.
update clear_disk_cache post-update Removes the legacy 'Update
Manager' disk cache.
views block_items_per_page post-update Defaults `items_per_page` to
NULL in Views blocks.
views table_css_class post-update Adds a default table CSS
class.
views update_remember_role post-update Clean-up empty
_empty remember_roles display
settings for views filters.
-------- ---------------------- --------------- ------------------------------┌ Do you wish to run the specified pending updates? ───────────┐
│ Yes │
└──────────────────────────────────────────────────────────────┘> [notice] Update started: system_update_11200
> [notice] Update completed: system_update_11200
> [notice] Update started: system_update_11201
> [notice] Update completed: system_update_11201
> [notice] Update started: block_post_update_set_menu_block_depth_to_null_if_zero
> PHP Fatal error: Declaration of Drupal\cookies\Plugin\Block\CookiesDocsBlock::submitConfigurationForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state) must be compatible with Drupal\Core\Block\BlockBase::submitConfigurationForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state): void in /home/jamesrom/public_html/blogs/web/modules/contrib/cookies/src/Plugin/Block/CookiesDocsBlock.php on line 158
> [warning] Drush command terminated abnormally.In ProcessBase.php line 155:
Active
11.2 🔥
block.module
This is clearly from the Cookies module. That "null" message is describing an update. It's not an error.