Getting SQLite errors in the log

I am running UrBackup 1.4.14 on Ubuntu 14.04 x64 with EXT4. I keep getting errors in the logs about SQLite query’s and the web interface stops functioning. Any suggestions on how to resolve this? Is there any more info needed to get this resolved?

2016-05-26 10:29:02: ERROR: Active query(19): INSERT OR REPLACE INTO orig_client_settings (clientid, data) VALUES (?, ?)
2016-05-26 10:29:02: ERROR: Active query(20): INSERT OR REPLACE INTO orig_client_settings (clientid, data) VALUES (?, ?)
2016-05-26 10:29:02: ERROR: Active query(21): INSERT OR REPLACE INTO orig_client_settings (clientid, data) VALUES (?, ?)
2016-05-26 10:29:02: ERROR: Active query(22): INSERT OR REPLACE INTO orig_client_settings (clientid, data) VALUES (?, ?)
2016-05-26 10:29:02: ERROR: Active query(23): INSERT OR REPLACE INTO orig_client_settings (clientid, data) VALUES (?, ?)
2016-05-26 10:29:02: ERROR: Active query(24): INSERT OR REPLACE INTO orig_client_settings (clientid, data) VALUES (?, ?)
2016-05-26 10:29:02: ERROR: Active query(25): INSERT OR REPLACE INTO orig_client_settings (clientid, data) VALUES (?, ?)
2016-05-26 10:29:02: ERROR: Active query(26): INSERT INTO files (backupid, fullpath, hashpath, shahash, filesize, created, rsize, did_count, clientid, incremental) SELECT backupid, fullpath, hashpath, shahash, filesize, created, rsize, 0 AS did_count, clientid, incremental FROM files_tmp
2016-05-26 10:29:02: ERROR: Active query(27): INSERT INTO files (backupid, fullpath, hashpath, shahash, filesize, created, rsize, did_count, clientid, incremental) SELECT backupid, fullpath, hashpath, shahash, filesize, created, rsize, 0 AS did_count, clientid, incremental FROM files_tmp
2016-05-26 10:29:02: ERROR: Active query(28): INSERT INTO files (backupid, fullpath, hashpath, shahash, filesize, created, rsize, did_count, clientid, incremental) SELECT backupid, fullpath, hashpath, shahash, filesize, created, rsize, 0 AS did_count, clientid, incremental FROM files_tmp

Thanks in advance.

Can you try turning off the nightly database backup?

Turned it off, I’ll keep you posted. Thanks.

Still the same issue even after the nightly database backup. Seems to have taken longer but I am still getting the same errors and the web interface is not available. Any suggestions?