- Issue created by @almador
I'm using Drupal 10.3.6 and updating all_in_one_accessibility from 1.5.10 to 1.5.11 (ddev on Ubuntu).
After requiring the module with the composer and running the drush updb
I received this message:
> [warning] Undefined variable $filename UpdateDBCommands.php:305
> [warning] Post update function all_in_one_accessibility_post_update_call_api not found in file .php
> [error] Update failed: all_in_one_accessibility_post_update_call_api
[error] Update aborted by: all_in_one_accessibility_post_update_call_api
[error] Finished performing updates.
Failed to run drush updb: exit status 1
composer require 'drupal/all_in_one_accessibility:^1.5'
drush updb
All other database updates were installed without any issues.
For now, I resolved it using: https://mysite.com/update.php, but I'm curious why drush updb
shows the message presented above.
Active
1.5
Code