• Fix the following Internal Server Error:
    PHP message: Uncaught PHP Exception Drupal\Core\Database\DatabaseExceptionWrapper: "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dev2.openstack_image__launch_permission_account_ids' doesn't exist: SELECT t.*
    FROM
    {openstack_image__launch_permission_account_ids} t
    WHERE (entity_id IN (:db_condition_placeholder_0, :db_condition_placeholder_1, :db_condition_placeholder_2, :db_condition_placeholder_3, :db_condition_placeholder_4, :db_condition_placeholder_5, :db_condition_placeholder_6, :db_condition_placeholder_7, :db_condition_placeholder_8)) AND (deleted = :db_condition_placeholder_9) AND (langcode IN (:db_condition_placeholder_10, :db_condition_placeholder_11, :db_condition_placeholder_12))
    ORDER BY delta ASC; Array
    (
        [:db_condition_placeholder_0] => 1
        [:db_condition_placeholder_1] => 2
        [:db_condition_placeholder_2] => 3
        [:db_condition_placeholder_3] => 4
        [:db_condition_placeholder_4] => 5
        [:db_condition_placeholder_5] => 6
        [:db_condition_placeholder_6] => 7
        ["
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yas created an issue. See original summary.

yas’s picture

@xiaohua-guan

Could you please review the patch?

Xiaohua Guan’s picture

Status: Needs review » Reviewed & tested by the community

@yas

The patch file looks good to me, so I changed the status to RTBC.

yas’s picture

@xiaohua-guan

Thank you for your review. I'll merge the patch to 8.x-1.x and 8.x-2.x and close this issue as Fixed.

  • yas committed 910350b on 8.x-1.x
    Issue #3124921 by yas, Xiaohua Guan: Fix an Internal Server Error: "...

  • yas committed c0fe071 on 8.x-2.x
    Issue #3124921 by yas, Xiaohua Guan: Fix an Internal Server Error: "...
yas’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.