SQLite: Database is locked
#8

This usually happens when you are writing to the database from 2 different sources. There's a database handle that is active or wasn't closed properly that results in your database being write locked.

Are you sure you aren't accessing the database with any SQLite browser while the server is running?
Does it happen on every query or just specific queries in a specific code block?
Reply


Messages In This Thread
SQLite: Database is locked - by JaKe Elite - 28.01.2018, 09:51
Re: SQLite: Database is locked - by JaKe Elite - 04.02.2018, 09:05
Re: SQLite: Database is locked - by PepsiCola23 - 04.02.2018, 10:27
Re: SQLite: Database is locked - by GTLS - 04.02.2018, 11:18
Re: SQLite: Database is locked - by Sithis - 05.02.2018, 11:30
Re: SQLite: Database is locked - by Graber - 05.02.2018, 17:36
Re: SQLite: Database is locked - by JaKe Elite - 10.02.2018, 21:28
Re: SQLite: Database is locked - by iKarim - 11.02.2018, 06:14
Re: SQLite: Database is locked - by JaKe Elite - 12.02.2018, 11:36
Re: SQLite: Database is locked - by iKarim - 12.02.2018, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)