YiiCache: database disk image is malformed?

Getting some strange errors with caching, just using standard Sqlite configuration. Any ideas?

Windows7 + XAMPP




    'cache'=>array(

      'class'=>'system.caching.CDbCache',

    ),






2012/03/29 15:50:36 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 11 database disk image is malformed. The SQL statement executed was: DELETE FROM YiiCache WHERE expire>0 AND expire<1333054236.







2012/03/29 16:10:25 [error] [system.db.CDbCommand] Error in preparing SQL: DELETE FROM YiiCache WHERE expire>0 AND expire<1333055425

2012/03/29 16:10:25 [error] [system.db.CDbCommand] CDbCommand::execute() failed: CDbCommand failed to prepare the SQL statement: SQLSTATE[HY000]: General error: 1 no such table: YiiCache. The SQL statement executed was: DELETE FROM YiiCache WHERE expire>0 AND expire<1333055425.