- Issue created by @slydevil
- @slydevil opened merge request.
- @slydevil opened merge request.
- 🇨🇦Canada slydevil Halifax
slydevil → changed the visibility of the branch 3520720-exception-thrown-when to hidden.
- 🇨🇦Canada JordanDukart PEI
Reviewed this on both 3.x and 4.x.
Main issue here seems to stem from Postgres. That is, if I provision two barebones ddev instances one MariaDB, one Postgres the following happens when enabling the module via drush on the Postgres instance:
ddev drush en config_log In ExceptionHandler.php line 66: SQLSTATE[42703]: Undefined column: 7 ERROR: column "originalData" of relation "config_log" does not exist LINE 1: ..."config_log" ("uid", "operation", "name", "data", "originalD... ^: INSERT INTO "config_log" ("uid", "operation", "name", "d ata", "originalData", "created") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, : db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5) RETURNING clid; Array ( ) In StatementWrapperIterator.php line 113: SQLSTATE[42703]: Undefined column: 7 ERROR: column "originalData" of relation "config_log" does not exist LINE 1: ..."config_log" ("uid", "operation", "name", "data", "originalD...
The module still enables and the issue is then reproducible via the UI as well.
To note the module enables and operates as normal as expected on the MariaDB instance.
-
nagy.balint →
committed ef1e6241 on 4.x
Issue #3520720 by slydevil, jordandukart: Exception thrown when enabling...
-
nagy.balint →
committed ef1e6241 on 4.x
-
nagy.balint →
committed 0db3d38e on 3.0.x
Issue #3520720 by slydevil, jordandukart: Exception thrown when enabling...
-
nagy.balint →
committed 0db3d38e on 3.0.x