Checks if CDServer.sqlite exists before attempting to open it. Otherwise
Sqlite will create an empty file only cause a crash when CDClientManager
tries to Initialize.
Also catches error if CDClientManager tries to initialize, in case an
empty CDServer.sqlite file already exists.
- Added debug logging
- Created vLog, a root function for all log functions
- Placed failed to load script log under this new LogDebug function
- Updated included config functions