Problem/Motivation

The following error appears, after installing smart_date_recur:

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[HY000]: General error: 1 no such table: smart_date_override: SELECT "base_table"."id" AS "id", "base_table"."id" AS "base_table_id" FROM "smart_date_override" "base_table" GROUP BY "base_table"."id" LIMIT 1 OFFSET 0; Array ( ) in Drupal\Core\Entity\Query\Sql\Query->result() (line 272 of core\lib\Drupal\Core\Entity\Query\Sql\Query.php).

Steps to reproduce

- go to drupal/admin/modules
- install smart_date_recur version: 4.2.0 on Drupal D11.2.x
(base module smart_date is installed automatically)
- go to drupal/admin/modules/uninstall
- The error appears

Note: System is running on SQLITE, not MYSQL.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

johnv created an issue.