道士出山2电影免费版免费电影在哪看

道士出山-高清观看-腾讯视频
上传者其它视频
扫描二维码随身看视频
用手机或平板摄像头拍下右侧的二维码,您可以:
1 在手机或平板上继续观看该视频
2 分享给你的微信好友或者朋友圈
15801次播放
视频上传者
上传视频数13
好莱坞影院推荐
赤道交易超级武器
人工智能机械婊攻心计
下载手机APPCDbException
CDbException
The table &tv_keyvalue& for active record class &TvKeyvalue& cannot be found in the database.
/home/www/web/tv1905/protected/common/lib/yii/db/ar/CActiveRecord.php(2362)
* Constructor.
* @param CActiveRecord $model the model instance
* @throws CDbException if specified table for active record class cannot be found in the database
public function __construct($model)
$this-&_modelClassName=get_class($model);
$tableName=$model-&tableName();
if(($table=$model-&getDbConnection()-&getSchema()-&getTable($tableName))===null)
throw new CDbException(Yii::t('yii','The table &{table}& for active record class &{class}& cannot be found in the database.',
array('{class}'=&$this-&_modelClassName,'{table}'=&$tableName)));
if($table-&primaryKey===null)
$table-&primaryKey=$model-&primaryKey();
if(is_string($table-&primaryKey) && isset($table-&columns[$table-&primaryKey]))
$table-&columns[$table-&primaryKey]-&isPrimaryKey=
elseif(is_array($table-&primaryKey))
foreach($table-&primaryKey as $name)
if(isset($table-&columns[$name]))
$table-&columns[$name]-&isPrimaryKey=
Stack Trace
&/home/www/web/tv1905/protected/common/lib/yii/db/ar/CActiveRecord.php(411): CActiveRecordMetaData->__construct(TvKeyvalue)
$className=get_class($this);
if(!array_key_exists($className,self::$_md))
self::$_md[$className]= // preventing recursive invokes of {@link getMetaData()} via {@link __get()}
self::$_md[$className]=new CActiveRecordMetaData($this);
return self::$_md[$className];
&/home/www/web/tv1905/protected/common/lib/yii/db/ar/CActiveRecord.php(658): CActiveRecord->getMetaData()
* Returns the metadata of the table that this AR belongs to
* @return CDbTableSchema the metadata of the table that this AR belongs to
public function getTableSchema()
return $this-&getMetaData()-&tableS
* Returns the command builder used by this AR.
* @return CDbCommandBuilder the command builder used by this AR
&/home/www/web/tv1905/protected/common/lib/yii/db/ar/CActiveRecord.php(1350): CActiveRecord->getTableSchema()
if(empty($criteria-&with))
$criteria-&limit=1;
$command=$this-&getCommandBuilder()-&createFindCommand($this-&getTableSchema(),$criteria,$this-&getTableAlias());
return $all ? $this-&populateRecords($command-&queryAll(), true, $criteria-&index) : $this-&populateRecord($command-&queryRow());
$finder=$this-&getActiveFinder($criteria-&with);
&/home/www/web/tv1905/protected/common/lib/yii/db/ar/CActiveRecord.php(1456): CActiveRecord->query(CDbCriteria)
public function find($condition='',$params=array())
Yii::trace(get_class($this).'.find()','system.db.ar.CActiveRecord');
$criteria=$this-&getCommandBuilder()-&createCriteria($condition,$params);
return $this-&query($criteria);
* Finds all active records satisfying the specified condition.
* See {@link find()} for detailed explanation about $condition and $params.
&/home/www/web/tv1905/protected/frontend/models/BaseModel.php(21): CActiveRecord->find(CDbCriteria)
$criteria = new CDbCriteria();
$criteria-&select = $
$criteria-&condition = $this-&genWhere($arrInput);
if (($obj = $this-&find($criteria)) === null) {
return $returnObj ? null : array();
return $returnObj ? $obj : $obj-&getAttributes();
&/home/www/web/tv1905/protected/frontend/components/Controller.php(44): BaseModel->findOne(array(&key& =& &search_default_word&), &*&, true)
$this-&smarty-&assign('description', '');
$this-&smarty-&assign('public', '/public');
$this-&smarty-&assign('css', '');
$this-&smarty-&assign('js', '');
$keyvalue = TvKeyvalue::model()-&findOne(array('key' =& TvKeyvalue::SEARCH_DEFAULT_WORD), '*', true);
if ($keyvalue) {
$this-&smarty-&assign('search_default_word', $keyvalue-&arrVal);
$this-&httpReq = Yii::app()-&
&/home/www/web/tv1905/protected/common/lib/yii/web/CController.php(306): Controller->beforeAction(CInlineAction)
public function runAction($action)
$priorAction=$this-&_
$this-&_action=$
if($this-&beforeAction($action))
if($action-&runWithParams($this-&getActionParams())===false)
$this-&invalidActionParams($action);
$this-&afterAction($action);
&/home/www/web/tv1905/protected/common/lib/yii/web/CController.php(286): CController->runAction(CInlineAction)
* @see runAction
public function runActionWithFilters($action,$filters)
if(empty($filters))
$this-&runAction($action);
$priorAction=$this-&_
$this-&_action=$
CFilterChain::create($this,$action,$filters)-&run();
&/home/www/web/tv1905/protected/common/lib/yii/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array())
if(($parent=$this-&getModule())===null)
$parent=Yii::app();
if($parent-&beforeControllerAction($this,$action))
$this-&runActionWithFilters($action,$this-&filters());
$parent-&afterControllerAction($this,$action);
$this-&missingAction($actionID);
&/home/www/web/tv1905/protected/common/lib/yii/web/CWebApplication.php(282): CController->run(&search&)
list($controller,$actionID)=$
$oldController=$this-&_
$this-&_controller=$
$controller-&init();
$controller-&run($actionID);
$this-&_controller=$oldC
throw new CHttpException(404,Yii::t('yii','Unable to resolve the request &{route}&.',
array('{route}'=&$route===''?$this-&defaultController:$route)));
&/home/www/web/tv1905/protected/common/lib/yii/web/CWebApplication.php(141): CWebApplication->runController(&v/search&)
foreach(array_splice($this-&catchAllRequest,1) as $name=&$value)
$_GET[$name]=$
$route=$this-&getUrlManager()-&parseUrl($this-&getRequest());
$this-&runController($route);
* Registers the core application components.
* This method overrides the parent implementation by registering additional core components.
&/home/www/web/tv1905/protected/common/lib/yii/base/CApplication.php(180): CWebApplication->processRequest()
public function run()
if($this-&hasEventHandler('onBeginRequest'))
$this-&onBeginRequest(new CEvent($this));
register_shutdown_function(array($this,'end'),0,false);
$this-&processRequest();
if($this-&hasEventHandler('onEndRequest'))
$this-&onEndRequest(new CEvent($this));
&/home/www/web/tv1905/protected/frontend/www/index.php(21): CApplication->run()
16 // remove the following line when in production mode
17 defined('YII_DEBUG') or define('YII_DEBUG',true);
20 require_once($yii);
21 Yii::createWebApplication($config)-&run();
12:32:21 nginx /1.1.14

我要回帖

更多关于 道士出山免费观看 的文章

 

随机推荐