I have started a new site and added the module with composer. I went to Extend and installed Flood unblock. I then when to Configuration -> System -> Flood unblock and it threw an error. The error that was logged is:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'project_name.flood' doesn't exist: SELECT f.identifier AS identifier, f.identifier AS ip, count(*) AS count FROM {flood} f WHERE (f.event = :db_condition_placeholder_0) GROUP BY identifier; Array ( [:db_condition_placeholder_0] => user.failed_login_ip ) in Drupal\flood_unblock\FloodUnblockManager->get_blocked_ip_entries() (line 48 of /var/www/html/modules/contrib/flood_unblock/src/FloodUnblockManager.php).
I then attempted to login with bad credentials. Logged back in with good credentials and was then able to navigate to the page with no problem.
I think it is just not creating the tables correctly on install.
Comments
Comment #3
fabianderijkThis is fixed in the new 8.x-1.2 release.