首页 快速阅读 车展图酷

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

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

PHP notice

Undefined variable: info_arr

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

720              $this->render('/chezhan/shanghai2021/tips');
721         }
722         $info_data = array();
723         $h_data['id'] = $id;
724         $h_data['select'] = 'id,title,release_time,title_second,copy_from,content,attach_thumb';
725         $info = Data::getData('newsInfo', $h_data,false,'v2');
726         $info = json_decode($info,true);
727         if($info['errcode'] == '0'){
728             $info_arr = $info['results'];
729         }else{
730              $this->render('/chezhan/shanghai2021/tips');
731         }
732         $this->render('shanghai2021/info',array('info'=>$info_arr));
733     }
734     //-------------end 上海2021
735 
736     //-------------广州2021
737     public function actionGuangzhou2021(){
738         $this->layout = '//chezhan/guangzhou2021/_head';
739         $imgs = array();
740         for ($i=1; $i <= 6; $i++) { 
741             $imgs[] = array('name'=>'A3ct'.$i,'img'=>"http://imgoss.zhiyunshujukeji.com/img/chezhan/guangzhou2021/".$i.".jpg",'thumb'=>"http://imgoss.zhiyunshujukeji.com/img/chezhan/guangzhou2021/thumb".$i.".jpg");
742         }
743         $data = array(
744             '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();
2025-05-09 08:07:10 nginx/1.26.0 Yii Framework/1.1.17