Database

Met Konga module “D” kunnen de gebruikers van module “S” (Konga Server**) de interne database SQLite vervangen door een externe database MySQL. De externe database heeft een hogere schaalbaarheid en wordt aangeraden bij het gebruik van zeer grote bestanden, zoals bijvoorbeeld duizenden documenten en/of  persoonsgegevens. Een ander voordeel van een externe database is het groter ontwikkelingsgemak voor applicaties van derden die de bedrijfsgegevens kunnen delen.

Additional uncaught exception thrown while handling exception.

Original

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"variable" variable WHERE ( (name = 'cron_last') )' at line 3: SELECT 1 AS expression FROM {variable} variable WHERE ( (name = :db_condition_placeholder_0) ); Array ( [:db_condition_placeholder_0] => cron_last ) in variable_set() (line 1258 of /home/gebsoftware/includes/bootstrap.inc).

Additional

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"locales_source" s LEFT JOIN "locales_target" t ON s.lid = t.lid AND t.language ' at line 1: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => nl [:source] => A field which is not visible to the user, but is recorded with the submission. [:context] => ) in locale() (line 719 of /home/gebsoftware/modules/locale/locale.module).


Uncaught exception thrown in shutdown function.

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"semaphore" WHERE (value = '176426683769050d92b21565.40155880')' at line 1: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 176426683769050d92b21565.40155880 ) in lock_release_all() (line 269 of /home/gebsoftware/includes/lock.inc).