- Issue created by @arif.zisu
- Status changed to Needs work
8 months ago 1:26pm 21 April 2024
Hi team,
When install menu_item_extras menu getting below error
Drupal\Core\Entity\EntityStorageException: Exception thrown while performing a schema update. SQLSTATE[HY000]: General error: 1025 Error on rename of '.\
\#sql-163c_2f1' to '.\
\menu_link_content_data' (errno: 13 "Permission denied"): ALTER TABLE "menu_link_content_data" ADD "bundle" VARCHAR(32) CHARACTER SET ascii COLLATE ascii_general_ci NULL DEFAULT NULL COMMENT 'The ID of the target entity.'; Array ( ) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->wrapSchemaException() (line 1605 of C:\xampp\htdocs\
\docroot\core\lib\Drupal\Core\Entity\Sql\SqlContentEntityStorage.php).
After that below error come :
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1932 Table '
.menu_link_content_data' doesn't exist in engine: SELECT "base_table"."revision_id" AS "revision_id", "base_table"."id" AS "id" FROM "menu_link_content" "base_table" INNER JOIN "menu_link_content_data" "menu_link_content_data" ON "menu_link_content_data"."id" = "base_table"."id" WHERE "menu_link_content_data"."rediscover" = :db_condition_placeholder_0; Array ( [:db_condition_placeholder_0] => 1 ) in Drupal\Core\Entity\Query\Sql\Query->result() (line 271 of C:\xampp\htdocs\
\docroot\core\lib\Drupal\Core\Entity\Query\Sql\Query.php).
Needs work
3.0
Miscellaneous