ErrorException [ Notice ]: Undefined index: seo_url

FCPATH/application/helpers/zcmsfront_helper.php [ 34 ]

29   else
30   {
31     $page = $CI->db->get_where('pages', array('id'=>$page_url));
32     $page = $page->row_array();
33   }
34   $url = $page['seo_url'];
35   
36   $depth = 1;
37   
38   while($page['parent_id'] != 0)
39   {
  1. FCPATH/application/helpers/zcmsfront_helper.php [ 34 ] » MY_Exceptions::error_handler()

  2. FCPATH/application/controllers/page.php [ 29 ] » get_page_url(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 359 ] » Page->show(arguments)

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

Environment

ErrorException [ Notice ]: Undefined index: parent_id

FCPATH/application/helpers/zcmsfront_helper.php [ 38 ]

33   }
34   $url = $page['seo_url'];
35   
36   $depth = 1;
37   
38   while($page['parent_id'] != 0)
39   {
40     $page = $CI->pages_model->getPages($page['parent_id']);
41     $depth++;
42     $url = $page['seo_url'].'/'.$url;
43   }  
  1. FCPATH/application/helpers/zcmsfront_helper.php [ 38 ] » MY_Exceptions::error_handler()

  2. FCPATH/application/controllers/page.php [ 29 ] » get_page_url(arguments)

  3. FCPATH/system/core/CodeIgniter.php [ 359 ] » Page->show(arguments)

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

Environment

The page could not be found

The page could not be found

The requested page couldn't be found. Try another page or go back to home page.