PHP notice

Undefined variable: str_zuixin_list

/home1/wwwroot/www.marydown.com/sites/protected/views/site/screenshot.php(102)

090 </div>  </div><!-- block_space -->
091   
092 
093 
094   <div class="block one">
095     <div class="panes">
096       <div>
097         <p class="subtitle">Popular Downloads</p>
098         <div class="scroll">
099           <div class="items">
100               <div>
101                   <ul class="list">
102                      <?php echo $str_zuixin_list;?>
103                   </ul>
104                 </div>
105           </div>
106         </div><!-- /scrollable -->
107         
108       </div><!-- /pane -->
109     </div><!-- /panes -->
110   </div><!-- /block -->
111 
112 
113 
114     <div class="block_space">

Stack Trace

#4
+
 /home1/wwwroot/www.marydown.com/sites/protected/controllers/SiteController.php(1101): CController->render("screenshot", array("data_news" => PhpcmsContent, "plat_name" => "iphone"))
1096         $this->render('screenshot',array(
1097 
1098             'data_news'=>$data_news,           
1099             'plat_name'=>$plat_name,
1100              
1101         ));
1102     }
1103 
1104 
1105 
1106     public function actionTag($q){    
#14
+
 /home1/wwwroot/www.marydown.com/sites/index.php(18): CApplication->run()
13 defined('YII_DEBUG') or define('YII_DEBUG',true);
14 // specify how many levels of call stack should be shown in each log message
15 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
16 
17 require_once($yii);
18 Yii::createWebApplication($config)->run();
2024-03-29 07:58:17 nginx/1.14.1 Yii Framework/1.1.13