Could not open database file: server/my_server_identity/sv.files.0.dbError

i same error. temporal solution: stop server, delete data image library and guishop plugin and start server.                  posible bug new version guishop i investigation. 

Its seeking a diffrent path then where the server is installed then locks serverstartup i had to remove it to be able to start the server.
This happened since the last guishop update.

I run the old GUIShop on my other servers the one with the new guishop has this issue

Exactly I have created a post in the guishop for the author to visit here

exact same issue

Alright, so this issue occurs when another plugin tries to call it by doing ( //requires + does it either inside Loaded() or Init() ) before the server has booted. To fix this the plugin causing the problem needs to move their LoadImages(); method into oxides OnServerInitialized.