ErrorException [ Notice ]: Undefined index: subject

FCPATH/modules/news/controllers/news.php [ 170 ]

165         }
166 
167         $breadcrumb = array(
168             $this->lang->line('menu_home')   => site_front('home') ,
169             $this->lang->line('module_name') => site_front('news'),
170             $output['data_info']['subject']    => 'javascript:;'
171         );
172         $output['breadcrumb_front'] = $breadcrumb;
173 
174 
175         // Seo config
  1. FCPATH/modules/news/controllers/news.php [ 170 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  4. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: subject

FCPATH/modules/news/controllers/news.php [ 181 ]

176         $this->load->model('setting/setting_model');
177         $seo_info            = $this->setting_model->get_seo_front(6, $this->curent_lang_id);
178 
179         $seo_data = array(
180             'seo_info'            => $seo_info,
181             'subject_of_page'     => $output['data_info']['subject'],
182             'description_of_page' => !empty($output['data_info']['detail']) ? strip_tags($output['data_info']['detail']) : $output['data_info']['subject'],
183             'seo_title'           => $output['data_info']['seo_title'],
184             'seo_keyword'         => $output['data_info']['seo_keyword'],
185             'seo_description'     => $output['data_info']['seo_description']
186         );
  1. FCPATH/modules/news/controllers/news.php [ 181 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  4. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: subject

FCPATH/modules/news/controllers/news.php [ 182 ]

177         $seo_info            = $this->setting_model->get_seo_front(6, $this->curent_lang_id);
178 
179         $seo_data = array(
180             'seo_info'            => $seo_info,
181             'subject_of_page'     => $output['data_info']['subject'],
182             'description_of_page' => !empty($output['data_info']['detail']) ? strip_tags($output['data_info']['detail']) : $output['data_info']['subject'],
183             'seo_title'           => $output['data_info']['seo_title'],
184             'seo_keyword'         => $output['data_info']['seo_keyword'],
185             'seo_description'     => $output['data_info']['seo_description']
186         );
187 
  1. FCPATH/modules/news/controllers/news.php [ 182 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  4. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: seo_title

FCPATH/modules/news/controllers/news.php [ 183 ]

178 
179         $seo_data = array(
180             'seo_info'            => $seo_info,
181             'subject_of_page'     => $output['data_info']['subject'],
182             'description_of_page' => !empty($output['data_info']['detail']) ? strip_tags($output['data_info']['detail']) : $output['data_info']['subject'],
183             'seo_title'           => $output['data_info']['seo_title'],
184             'seo_keyword'         => $output['data_info']['seo_keyword'],
185             'seo_description'     => $output['data_info']['seo_description']
186         );
187 
188         $output['seo_data'] = meta_tags($seo_data,false);
  1. FCPATH/modules/news/controllers/news.php [ 183 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  4. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: seo_keyword

FCPATH/modules/news/controllers/news.php [ 184 ]

179         $seo_data = array(
180             'seo_info'            => $seo_info,
181             'subject_of_page'     => $output['data_info']['subject'],
182             'description_of_page' => !empty($output['data_info']['detail']) ? strip_tags($output['data_info']['detail']) : $output['data_info']['subject'],
183             'seo_title'           => $output['data_info']['seo_title'],
184             'seo_keyword'         => $output['data_info']['seo_keyword'],
185             'seo_description'     => $output['data_info']['seo_description']
186         );
187 
188         $output['seo_data'] = meta_tags($seo_data,false);
189 
  1. FCPATH/modules/news/controllers/news.php [ 184 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  4. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: seo_description

FCPATH/modules/news/controllers/news.php [ 185 ]

180             'seo_info'            => $seo_info,
181             'subject_of_page'     => $output['data_info']['subject'],
182             'description_of_page' => !empty($output['data_info']['detail']) ? strip_tags($output['data_info']['detail']) : $output['data_info']['subject'],
183             'seo_title'           => $output['data_info']['seo_title'],
184             'seo_keyword'         => $output['data_info']['seo_keyword'],
185             'seo_description'     => $output['data_info']['seo_description']
186         );
187 
188         $output['seo_data'] = meta_tags($seo_data,false);
189 
190         $social_tag = array(
  1. FCPATH/modules/news/controllers/news.php [ 185 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  4. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: subject

FCPATH/modules/news/controllers/news.php [ 192 ]

187 
188         $output['seo_data'] = meta_tags($seo_data,false);
189 
190         $social_tag = array(
191             'page_title'        => $output['seo_data']['page_title'],
192             'page_keyword'      => !empty($output['data_info']['seo_keyword']) ? $output['data_info']['seo_keyword'] : $output['data_info']['subject'],
193             'page_description'  => !empty($output['data_info']['seo_description']) ? $output['data_info']['seo_description'] : strip_tags($seo_data['description_of_page']),
194             'page_image'        => $image_share,
195             'page_image_width'  => 200,
196             'page_image_height' => 200,
197             'site_name'         => $this->config_model->get_config('site_name'),
  1. FCPATH/modules/news/controllers/news.php [ 192 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  4. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

News & Event

ErrorException [ Notice ]: Undefined index: subject

FCPATH/public/themes/index/front/templates/news/news_detail_view2.php [ 23 ]

18 </style>
19 
20     <div class="section section-body">
21         <div class="container">
22             <div class="news-header">
23                 <h2 class="section-title  text-left"><?php echo $data_info['subject']; ?></h2>
24                 <!--p class="news-date"><?php //echo $data_info['date']; ?></p -->
25 				 <p class="article">
26             	<?php echo $data_info['detail']; ?>
27             </p><!--article-->
28             </div>
  1. FCPATH/public/themes/index/front/templates/news/news_detail_view2.php [ 23 ] » MY_Exceptions::error_handler(arguments)

  2. APPPATH/third_party/MX/Loader.php [ 315 ] » include(arguments)

  3. APPPATH/core/MY_Loader.php [ 110 ] » MX_Loader->_ci_load(arguments)

  4. APPPATH/core/MY_Controller.php [ 345 ] » MY_Loader->view(arguments)

  5. FCPATH/modules/news/controllers/news.php [ 205 ] » MY_Controller->generate_page(arguments)

  6. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  7. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  8. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: detail

FCPATH/public/themes/index/front/templates/news/news_detail_view2.php [ 26 ]

21         <div class="container">
22             <div class="news-header">
23                 <h2 class="section-title  text-left"><?php echo $data_info['subject']; ?></h2>
24                 <!--p class="news-date"><?php //echo $data_info['date']; ?></p -->
25 				 <p class="article">
26             	<?php echo $data_info['detail']; ?>
27             </p><!--article-->
28             </div>
29 
30             <?php if (!empty($galleries) && isset($galleries)): ?>
31             <div class="news-event-gallery">
  1. FCPATH/public/themes/index/front/templates/news/news_detail_view2.php [ 26 ] » MY_Exceptions::error_handler(arguments)

  2. APPPATH/third_party/MX/Loader.php [ 315 ] » include(arguments)

  3. APPPATH/core/MY_Loader.php [ 110 ] » MX_Loader->_ci_load(arguments)

  4. APPPATH/core/MY_Controller.php [ 345 ] » MY_Loader->view(arguments)

  5. FCPATH/modules/news/controllers/news.php [ 205 ] » MY_Controller->generate_page(arguments)

  6. FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)

  7. FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)

  8. FCPATH/index.php [ 223 ] » require_once(arguments)

Environment