dineshreddymathuku โ created an issue.
dineshreddymathuku โ made their first commit to this issueโs fork.
dineshreddymathuku โ made their first commit to this issueโs fork.
dineshreddymathuku โ created an issue.
dineshreddymathuku โ made their first commit to this issueโs fork.
HI RenatoG
as you menctioned using composer require "drupal/webform:^6.1" imported module and enabled,then getting site error
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysite.webform_submission' doesn't exist: SELECT "base_table"."sid" AS "sid", "base_table"."sid" AS "base_table_sid" FROM "webform_submission" "base_table" 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).
when i try to uninstall using drush also getting same error ,attached below please look once
thanks
dineshreddymathuku โ created an issue.
Created MR for the issue.
Please review.
Thanks
dineshreddymathuku โ created an issue.
Created MR for the issue.
Please review.
Thanks
dineshreddymathuku โ created an issue.
Created MR for the issue.
Please review.
Thanks
dineshreddymathuku โ created an issue.
dineshreddymathuku โ created an issue.
Hi dharmeshbarot tried that as well but no use still facing same issue thats why need to run above query
using above solution we can avoid the issue but need some permanent solution
Login in to your DB admin
Then RUN this query to create a table CREATE TABLE statement for search_api_task:
CREATE TABLE `search_api_task` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(50) DEFAULT NULL,
`server_id` varchar(50) DEFAULT NULL,
`index_id` varchar(50) DEFAULT NULL,
`data` longtext,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for search_api_task entities.';
After creating this table clear cache it would be fixed.
dineshreddymathuku โ created an issue.