error:
to fix: at line 141 in CDbHttpSession.php, added
Quote
CDbCommand failed to execute the SQL statement: SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Column, parameter, or variable #3: Cannot find data type BLOB.. The SQL statement executed was: CREATE TABLE [tbl_session] (
[id] CHAR(32) PRIMARY KEY,
[expire] int,
[data] BLOB
)
[id] CHAR(32) PRIMARY KEY,
[expire] int,
[data] BLOB
)
to fix: at line 141 in CDbHttpSession.php, added
elseif($driver==='sqlsrv') $blob='TEXT';