首页 快速阅读 车展图酷

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

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

PHP notice

Undefined variable: info_arr

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

1110              $this->render('/chezhan/guangzhou2024/tips');
1111         }
1112         $info_data = array();
1113         $h_data['id'] = $id;
1114         $h_data['select'] = 'id,title,release_time,title_second,copy_from,content,attach_thumb';
1115         $info = Data::getData('newsInfo', $h_data,false,'v2');
1116         $info = json_decode($info,true);
1117         if($info['errcode'] == '0'){
1118             $info_arr = $info['results'];
1119         }else{
1120              $this->render('/chezhan/guangzhou2024/tips');
1121         }
1122         $this->render('guangzhou2024/info',array('info'=>$info_arr));
1123     }
1124     //-------------end 广州2024
1125 }

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-05 05:53:58 nginx/1.26.0 Yii Framework/1.1.17