Problem/Motivation
After upgrading to Views Bulk Operations 4.2.1, all ECA VBO views started throwing this error, both on page view and trying to edit:
Fatal error: Declaration of Drupal\eca_vbo\Plugin\Action\VboExecute::validateConfigurationForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state) must be compatible with Drupal\views_bulk_operations\Action\ViewsBulkOperationsActionBase::validateConfigurationForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state): void in /app/web/modules/contrib/eca_vbo/src/Plugin/Action/VboExecute.php on line 166
Things are OK, when downgrading to VBO 4.2.0.
Comments
Comment #3
mxh commentedThanks for the bug report. I pushed a fix and created a new release. You can re-open this issue if the error is still there. If a different error occurs, please create a new issue for that.
Comment #4
boinkster commentedThanks, the update fixed the error for me.