- πΊπΈUnited States dereks
@SocialNicheGuru - did you get any insight into this? I'm also getting an SQL error with an Open Social install.
Here's the error I'm getting:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fmpmobile.sms_phone_number_verification' doesn't exist: SELECT COUNT(*) AS "expression" FROM (SELECT 1 AS "expression" FROM "sms_phone_number_verification" "base_table" INNER JOIN "sms_phone_number_verification" "sms_phone_number_verification" ON "sms_phone_number_verification"."id" = "base_table"."id" WHERE ("sms_phone_number_verification"."entity__target_type" = :db_condition_placeholder_0) AND ("sms_phone_number_verification"."bundle" LIKE :db_condition_placeholder_1 ESCAPE '\\') AND ("sms_phone_number_verification"."status" = :db_condition_placeholder_2) AND ("sms_phone_number_verification"."created" < :db_condition_placeholder_3)) "subquery"; Array ( [:db_condition_placeholder_0] => user [:db_condition_placeholder_1] => user [:db_condition_placeholder_2] => 0 [:db_condition_placeholder_3] => 1681419327 ) in Drupal\Core\Entity\Query\Sql\Query->result() (line 266 of core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
I don't know if it's related, but I thought I'd ask since both are SQL issues.
- π¦πΊAustralia dpi Perth, Australia
Something has gone terribly wrong if you're missing an entity table. Consider re-installing the module or checking your database configuration.
This is likely a problem with your setup/environment/host.
Please create a new issue in the future
- πΊπΈUnited States SocialNicheGuru
It's been so long ago I do not remember.