首页 快速阅读 车展图酷

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

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

PHP notice

Undefined variable: info_arr

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

954              $this->render('/chezhan/guangzhou2023/tips');
955         }
956         $info_data = array();
957         $h_data['id'] = $id;
958         $h_data['select'] = 'id,title,release_time,title_second,copy_from,content,attach_thumb';
959         $info = Data::getData('newsInfo', $h_data,false,'v2');
960         $info = json_decode($info,true);
961         if($info['errcode'] == '0'){
962             $info_arr = $info['results'];
963         }else{
964              $this->render('/chezhan/guangzhou2023/tips');
965         }
966         $this->render('guangzhou2023/info',array('info'=>$info_arr));
967     }
968     //-------------end 广州2023
969 
970     //-------------start 北京2024
971     public function actionBeijing2024(){
972         $this->layout = '//chezhan/beijing2024/_head';
973         $imgs = array();
974         for ($i=1; $i <= 6; $i++) { 
975             $imgs[] = array('name'=>'A3ct'.$i,'img'=>"/style/beijing2024/images/thumb".$i.".JPG",'thumb'=>"/style/beijing2024/images/thumb".$i.".JPG");
976         }
977         $data = array(
978             '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 04:28:40 nginx/1.26.0 Yii Framework/1.1.17