Fix below error
Drupal\Core\Database\DatabaseExceptionWrapper: Exception in K8s Replica Sets[k8s_replica_set]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown' in 'order clause': SELECT k8s_replica_set.id AS id FROM {k8s_replica_set} k8s_replica_set WHERE namespace 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) ORDER BY unknown ASC LIMIT 51 OFFSET 0; Array ( [:db_condition_placeholder_0] => database [:db_condition_placeholder_1] => default [:db_condition_placeholder_2] => gitlab-managed-apps [:db_condition_placeholder_3] => kube-node-lease [:db_condition_placeholder_4] => kube-public [:db_condition_placeholder_5] => kube-system ) in Drupal\views\Plugin\views\query\Sql->execute() (line 1543 of /var/www/html/web/docomo-testing/web/core/modules/views/src/Plugin/views/query/Sql.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3117337-4.patch | 2.39 KB | jigish.addweb |
Comments
Comment #2
jigish.addweb commentedComment #3
yas@jigishaddweb
Thank you for fixing the issue. In that case, could you please change the wording of the label in the following code? (also, views.view needs to be updated)
FROM:
TO:
Comment #4
jigish.addweb commented@yas
Thank you for testing the patch. Changed the label pf Replica.
Please test updated patch.
Thanks
Comment #7
yas@jigishaddweb
Thank you for the update. It looks good to me now. I merged the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.