๐Ÿ‡ฎ๐Ÿ‡ณIndia @dineshreddymathuku

Bangalore
Account created on 16 June 2021, about 3 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

dineshreddymathuku โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

dineshreddymathuku โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

dineshreddymathuku โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

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

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

Created MR for the issue.
Please review.
Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

Created MR for the issue.
Please review.
Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

Created MR for the issue.
Please review.
Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

Hi dharmeshbarot tried that as well but no use still facing same issue thats why need to run above query

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

using above solution we can avoid the issue but need some permanent solution

๐Ÿ‡ฎ๐Ÿ‡ณIndia dineshreddymathuku Bangalore

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.

Production build 0.69.0 2024