[Location] FILE: /www/wwwroot/stddos/cache/compiled/toview/news/onepage_site2020.php LINE: 17

<?php 
13
:        <meta name="format-detection" content="telephone=no">
14:        <meta name="generator" content="">
15:    
16:        <title>
17:            <?php if($data['seo_title']){?><?php echo isset($data['seo_title'])?$data['seo_title']:"";?><?php }else{?><?php echo isset($data['name'])?$data['name']:"";?>-<?php echo isset($site_config['seo_title'])?$site_config['seo_title']:"";?><?php }?>    </title> /*the problem is here!!!*/
18:        <link rel="icon" href="<?php echo U("static/images/shitong-xiao.png");?>" >
19:        
20:        <meta name="keywords" content="<?php if($data['seo_keyword']){?><?php echo isset($data['seo_keyword'])?$data['seo_keyword']:"";?><?php }else{?><?php echo isset($site_config['seo_keyword'])?$site_config['seo_keyword']:"";?><?php }?>" />
21:        <meta name="description" content="<?php if($data['seo_description']){?><?php echo isset($data['seo_description'])?$data['seo_description']:"";?><?php }else{?><?php echo isset($site_config['seo_description'])?$site_config['seo_description']:"";?><?php }?>" />
22:        <link rel="stylesheet" href="<?php echo U("static/style/css/bootstrap.min.css");?>">
...*/

[Info]

E_NOTICE : Undefined variable: data

[Trace]