- πΊπΈUnited States pthurmond Overland Park, KS
I'm on version 9.5.9 and unfortunately, that update hook fails for me. Class "BaseFieldDefinition" not found.
Update hook 8202 can't be executed due to missing parameters of the addIndex() method. One parameter is given while 4 are expected. The following error is displayed while running database updates:
Too few arguments to function Drupal\Core\Database\Driver\mysql\Schema::addIndex(), 1 passed in web/modules/contrib/search_overrides/search_overrides.install on line 72 and exactly 4 expected
Execute update hook 8202.
Fix the missing parameters of the addIndex() method. See https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Database%21Driver%21mysql%21Schema.php/function/Schema%3A%3AaddIndex/8.9.x
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm on version 9.5.9 and unfortunately, that update hook fails for me. Class "BaseFieldDefinition" not found.