CDbException Error after updating to 2.02
-
Hi OSE Team,
after updating to version 2.02 I have a problem. I have tried uninstalling and reinstalling the ose plugin but the error is still present.
I hope that you can let me know if there is a solution to the problem.
The site is not accessible, and the following error message appears on the website “CDbException”:
CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘usr_web71_1.wp_osefirewall_aclipmap’ doesn’t exist. The SQL statement executed was: SELECT
id
,status
FROMwp_osefirewall_aclipmap
WHEREip32_start
= 1558215620529 { 530 if($this->_connection->enableProfiling) 531 Yii::endProfile('system.db.CDbCommand.query('.$this->getText().$par.')','system.db.CDbCommand.query'); 532 533 $errorInfo=$e instanceof PDOException ? $e->errorInfo : null; 534 $message=$e->getMessage(); 535 Yii::log(Yii::t('yii','CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.', 536 array('{method}'=>$method, '{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand'); 537 538 if(YII_DEBUG) 539 $message.='. The SQL statement executed was: '.$this->getText().$par; 540 <strong> 541 throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',</strong> 542 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo); 543 } 544 }
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
- The topic ‘CDbException Error after updating to 2.02’ is closed to new replies.