- Issue created by @ratjaune
- πΊπΈUnited States SocialNicheGuru
Might be related π WSOD on user profile page Active
Editing user run into WSOD.
A message says a table is missing.
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]:
Base table or view not found: 1146 Table 'mydatabase.prefix_' doesn't exist:
SELECT COUNT(*) AS "expression" FROM (SELECT 1 AS "expression"
FROM "prefix_" "revision_table" WHERE "revision_table"."uid" = :db_condition_placeholder_0) "subquery"; Array ( [:db_condition_placeholder_0] => 1 )
in user_revision_count() (line 524 of modules/contrib/user_revision/user_revision.module).
As this module cannot be unsintalled, I couldn't reinstall it.
Is the a way to re-run the installation batch, that I suppose is installing tables ?
Active
2.0
Code
Might be related π WSOD on user profile page Active