在么,我手机升级后开不了机开不开级了

CDbException
CDbException
数据库中无法找到 active record class &QuestionAnswer1& 对应的 table &{{question_answer_1}}&.
/mnt/ftp/www/framework/yiilite.php(8289)
8277 class CActiveRecordMetaData
public $tableS
public $relations=array();
public $attributeDefaults=array();
private $_modelClassN
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
&/mnt/ftp/www/framework/yiilite.php(7392): CActiveRecordMetaData->__construct(QuestionAnswer1)
$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];
public function refreshMetaData()
&/mnt/ftp/www/framework/yiilite.php(7463): CActiveRecord->getMetaData()
return isset($this-&getMetaData()-&relations[$name]) ? $this-&getMetaData()-&relations[$name] :
public function getTableSchema()
return $this-&getMetaData()-&tableS
public function getCommandBuilder()
return $this-&getDbConnection()-&getSchema()-&getCommandBuilder();
&/mnt/ftp/www/framework/yiilite.php(7944): CActiveRecord->getTableSchema()
$builder=$this-&getCommandBuilder();
$this-&beforeCount();
$criteria=$builder-&createCriteria($condition,$params);
$this-&applyScopes($criteria);
if(empty($criteria-&with))
return $builder-&createCountCommand($this-&getTableSchema(),$criteria)-&queryScalar();
$finder=$this-&getActiveFinder($criteria-&with);
return $finder-&count($criteria);
&/mnt/ftp/www/dashi/protected/extensions/widgets/question/QuestionContent.php(31): CActiveRecord->count(&show_flag=:show_flag and question_id=:question_id&, array(&:show_flag& =& 1, &:question_id& =& &461727&))
switch ($tab) {
case 'a':
$count = QuestionAnswer1::model()-&count('show_flag=:show_flag and question_id=:question_id', array(
':show_flag' =& 1,
':question_id' =& $qid
$pages = new CPagination();
$pages-&setItemCount($count);
$pages-&setPageSize(10);
$pages-&setCurrentPage($pages-&getCurrentPage());
$pages-&pageVar = urlencode('问题回答');
&/mnt/ftp/www/framework/zii/widgets/CPortlet.php(97): QuestionContent->renderContent()
* Renders the content of the portlet.
public function run()
$this-&renderContent();
$content=ob_get_clean();
if($this-&hideOnEmpty && trim($content)==='')
echo $this-&_openT
&/mnt/ftp/www/common/CPortletExt.php(16): CPortlet->run()
public function run() {
if (!$this-&renderDirect) {
parent::run();
$this-&renderContent();
&/mnt/ftp/www/framework/yiilite.php(3444): CPortletExt->run()
return ob_get_clean();
$widget=$this-&createWidget($className,$properties);
$widget-&run();
public function beginWidget($className,$properties=array())
&/mnt/ftp/www/dashi/protected/views/question/detail.php(21): CBaseController->widget(&ext.widgets.question.QuestionContent&)
20 &div class=&col-xs-12 col-sm-8 col-md-8 question_left1&&
&?php $this-&widget('ext.widgets.question.QuestionContent'); ?&
&?php $this-&widget('ext.widgets.product.Recommend', array('title' =& '强力推荐')); ?&
25 &div class=&col-xs-12 col-sm-4 col-md-4&&
&div class=&question_right&&
&/mnt/ftp/www/framework/yiilite.php(3419): require(&/mnt/ftp/www/dashi/protected/views/question/detail.php&)
$data=$_data_;
if($_return_)
ob_start();
ob_implicit_flush(false);
require($_viewFile_);
return ob_get_clean();
require($_viewFile_);
&/mnt/ftp/www/framework/yiilite.php(3398): CBaseController->renderInternal(&/mnt/ftp/www/dashi/protected/views/question/detail.php&, null, true)
$widgetCount=count($this-&_widgetStack);
if(($renderer=Yii::app()-&getViewRenderer())!==null && $renderer-&fileExtension==='.'.CFileHelper::getExtension($viewFile))
$content=$renderer-&renderFile($this,$viewFile,$data,$return);
$content=$this-&renderInternal($viewFile,$data,$return);
if(count($this-&_widgetStack)===$widgetCount)
$widget=end($this-&_widgetStack);
&/mnt/ftp/www/framework/yiilite.php(3822): CBaseController->renderFile(&/mnt/ftp/www/dashi/protected/views/question/detail.php&, null, true)
public function renderPartial($view,$data=null,$return=false,$processOutput=false)
if(($viewFile=$this-&getViewFile($view))!==false)
$output=$this-&renderFile($viewFile,$data,true);
if($processOutput)
$output=$this-&processOutput($output);
if($return)
&/mnt/ftp/www/framework/yiilite.php(3790): CController->renderPartial(&detail&, null, true)
public function render($view,$data=null,$return=false)
if($this-&beforeRender($view))
$output=$this-&renderPartial($view,$data,true);
if(($layoutFile=$this-&getLayoutFile($this-&layout))!==false)
$output=$this-&renderFile($layoutFile,array('content'=&$output),true);
$this-&afterRender($view,$output);
$output=$this-&processOutput($output);
if($return)
&/mnt/ftp/www/dashi/protected/controllers/QuestionController.php(64): CController->render(&detail&)
public function actionDetail() {
if (Util::isMobile()) {
$this-&layout = 'mobile_transition';
$this-&render('mobile_detail');
$this-&render('detail');
public function actionMobileDetail() {
$this-&layout = 'mobile_detail';
&/mnt/ftp/www/framework/yiilite.php(4058): QuestionController->actionDetail()
$controller=$this-&getController();
$method=new ReflectionMethod($controller, $methodName);
if($method-&getNumberOfParameters()&0)
return $this-&runWithParamsInternal($controller, $method, $params);
return $controller-&$methodName();
4061 class CWebUser extends CApplicationComponent implements IWebUser
const FLASH_KEY_PREFIX='Yii.CWebUser.flash.';
&/mnt/ftp/www/framework/yiilite.php(3570): CInlineAction->runWithParams(array(&id& =& &461727&))
$priorAction=$this-&_
$this-&_action=$
if($this-&beforeAction($action))
if($action-&runWithParams($this-&getActionParams())===false)
$this-&invalidActionParams($action);
$this-&afterAction($action);
$this-&_action=$priorA
&/mnt/ftp/www/framework/yiilite.php(3555): CController->runAction(CInlineAction)
$this-&missingAction($actionID);
public function runActionWithFilters($action,$filters)
if(empty($filters))
$this-&runAction($action);
$priorAction=$this-&_
$this-&_action=$
CFilterChain::create($this,$action,$filters)-&run();
&/mnt/ftp/www/framework/yiilite.php(3545): 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);
&/mnt/ftp/www/framework/yiilite.php(1746): CController->run(&detail&)
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)));
&/mnt/ftp/www/framework/yiilite.php(1666): CWebApplication->runController(&question/detail&)
foreach(array_splice($this-&catchAllRequest,1) as $name=&$value)
$_GET[$name]=$
$route=$this-&getUrlManager()-&parseUrl($this-&getRequest());
$this-&runController($route);
protected function registerCoreComponents()
parent::registerCoreComponents();
$components=array(
&/mnt/ftp/www/framework/yiilite.php(1191): 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));
public function end($status=0,$exit=true)
&/mnt/ftp/www/dashi/index.php(39): CApplication->run()
34 defined('APP') or define('APP', 'dashi');
35 define('BAIDUAD_ONOFF','1');//百度广告开关,1:开,0:关
37 require(dirname(__FILE__) . '/../common/Ossconstant.php');
38 require_once($yii);
39 Yii::createWebApplication($config)-&run();
01:45:26 nginx/1.4.6 /1.1.14快手直播怎么开。有的手机能开。我的手机就开不了怎么回事_视频直播吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0可签7级以上的吧50个
本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:20,880贴子:
快手直播怎么开。有的手机能开。我的手机就开不了怎么回事
求好心人解答~
贴吧热议榜
使用签名档&&
保存至快速回贴手机被我搞成砖头了,开不了机,USB调试也打不开,怎么办啊?_李毅吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0可签7级以上的吧50个
本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:26,130,730贴子:
手机被我搞成砖头了,开不了机,USB调试也打不开,怎么办啊?
有没有大神啊?救救小弟吧
手机误删了几个软件
现在开机都开不了,USB调试也打不开,咋办啊?欲哭无泪啊……………………
上海张学友、王菲演唱会一站式购票!票品安全且真票!立即订购!
本女屌 还没有初恋 想找个男的网恋视频 加我Q
期待我的那个他zI
求助啊………………………………………………
大神帮帮忙啊
我该怎么办啊???
有没有高手啊?
recovery刷rom
这么多毅丝难道连个砖头机都搞不定啊?大神呢???
下载个rom包,你的机型的,然后进recovery刷
梁玉玺洗地机特价优惠 全国连锁 7天无理由退换货
官方有软件更新吧,索爱就有,永远不怕成砖
强刷……上网找教程
找个刷机包
百度一下什么型号的刷机方法 就ok啦
悟性好你还可以看看刷机第一屏第二屏什么的 祝你好运
下个刷机精灵就行了。。我说的是电脑下。
你特妈怎么不去死
我已经有四个手机成这样的了,女朋友老说手机卡。老ROOT。。。。
买手机时随时准备个【系统信息】软件就不会买到低内存手机了
何必这么麻烦
多简单的事情啊
去找个刷机包 刷机
你们感觉我这楼挖的怎么样。
贴吧热议榜
使用签名档&&
保存至快速回贴

我要回帖

更多关于 手机升级后开不了机 的文章

 

随机推荐