首页 快速阅读 车展图酷

您访问的内容不在地球上,请回火星吧

中国汽车质量网 版权所有 未经许可不得转载 京ICP备09084810号
PHP notice

PHP notice

Undefined variable: info_arr

/home/www/aqsiqauto.com/special/protected/controllers/ChezhanController.php(888)

876              $this->render('/chezhan/shanghai2023/tips');
877         }
878         $info_data = array();
879         $h_data['id'] = $id;
880         $h_data['select'] = 'id,title,release_time,title_second,copy_from,content,attach_thumb';
881         $info = Data::getData('newsInfo', $h_data,false,'v2');
882         $info = json_decode($info,true);
883         if($info['errcode'] == '0'){
884             $info_arr = $info['results'];
885         }else{
886              $this->render('/chezhan/shanghai2023/tips');
887         }
888         $this->render('shanghai2023/info',array('info'=>$info_arr));
889     }
890     //-------------end 上海2023
891 
892     //-------------广州2023
893     public function actionGuangzhou2023(){
894         $this->layout = '//chezhan/guangzhou2023/_head';
895         $imgs = array();
896         for ($i=1; $i <= 6; $i++) { 
897             $imgs[] = array('name'=>'A3ct'.$i,'img'=>"http://imgoss.zhiyunshujukeji.com/img/chezhan/guangzhou2023/".$i.".jpg",'thumb'=>"http://imgoss.zhiyunshujukeji.com/img/chezhan/guangzhou2023/thumb".$i.".jpg");
898         }
899         $data = array(
900             'img'=>$imgs

Stack Trace

#7
+
 /home/www/aqsiqauto.com/special/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-07-27 07:55:51 nginx/1.26.0 Yii Framework/1.1.17