ErrorException [ Notice ]: Undefined offset: 0

APPPATH/views/V8/store/product.tpl [ 7 ]

 2     <script type="application/ld+json">
 3         {
 4             "@context": "https://schema.org/",
 5             "@type": "Product",
 6             "name": "<?php echo $product['name'] ?>",
 7         "image": "<?php echo $product["images"][0]["image"] ?>",
 8         "description": "<?php echo addslashes($product['short_description']) ?>",
 9         "sku": "<?php echo $product['id'] ?>",
10         "mpn": "SL-<?php echo $product['id'] ?>",
11         "brand": {
12             "@type": "Brand",
  1. APPPATH/views/V8/store/product.tpl [ 7 ] » 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/View.php [ 236 ] » Kohana_View->render()

  5. APPPATH/views/layout/main.tpl [ 2 ] » Kohana_View->__toString()

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

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

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

  9. APPPATH/classes/Controller/Common/Base.php [ 190 ] » Kohana_Controller_Template->after()

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

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

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

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

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

  15. DOCROOT/public/index.php [ 125 ] » Kohana_Request->execute()

Environment