ErrorException [ Notice ]: Undefined index: date

APPPATH/views/public/default2.php [ 21 ]

16     <meta property="og:type" content="<?php echo $og_type; ?>" />
17     <meta property="article:publisher" content="https://www.facebook.com/theuntz" />
18     <?php if ($og_type == 'article') { ?>
19         <meta property="article:section" content="<?php echo $meta['section']; ?>" />
20         <meta property="article:tag" content="<?php echo $meta['tag']; ?>" />
21         <meta property="article:published_time" content="<?php echo $meta['date']; ?>" />
22     <?php } ?>
23     <?php if ($og_type == 'place') { ?>
24         <meta property="place:location:latitude" content="<?php echo $meta['latitude']; ?>" />
25         <meta property="place:location:longitude" content="<?php echo $meta['longitude']; ?>" />
26     <?php } ?>
  1. APPPATH/views/public/default2.php [ 21 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

  4. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  5. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()

  6. {PHP internal call} » Kohana_Controller->execute()

  7. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke()

  8. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()

  9. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute()

  10. DOCROOT/index.php [ 105 ] » Kohana_Request->execute()

Environment