SQlite Error

I was just uninstalling some addons from one of my sites and I got a sqlite error. The error says:


Fatal error: Uncaught exception 'SQLiteException' with message 'SQLiteDatabase::__construct() [<a href='sqlitedatabase.--construct'>sqlitedatabase.--construct</a>]: file is encrypted or is not a database' in /home/jandkon/public_html/michael/core/cache/class.cache_backend_sqlite.php:110 Stack trace: #0 /home/jandkon/public_html/michael/core/cache/class.cache_backend_sqlite.php(110): SQLiteDatabase->__construct('/home/jandkon/p...') #1 /home/jandkon/public_html/michael/core/class.registry.php(272): Cache_backend_sqlite::init() #2 /home/jandkon/public_html/michael/core/class.registry.php(223): Registry::_cache_actions(Array, Array) #3 /home/jandkon/public_html/michael/init.php(100): Registry::register_cache('init') #4 /home/jandkon/public_html/michael/index.php(24): require('/home/jandkon/p...') #5 {main} thrown in /home/jandkon/public_html/michael/core/cache/class.cache_backend_sqlite.php on line 110
```<br />
<br />
This error has been reported before, but I can't find a fix.<br />
<br />
When I switched from sqlite to file caching the error went away the the site works great now.<br />
<br />
This is for CS-Cart 2.1.2 Pro.<br />
<br />
Any ideas?<br />
<br />
Thank you,<br />
<br />
Brandon