ErrorException [ Notice ]: Undefined index: name

APPPATH/views/Site/ProductInfo.php [ 78 ]

73               
74               </div>
75     
76             <div id="product-near" class="trans <?php echo $style2 ?>" style="padding: 5px; margin: 0px; margin-top: -40px;   ">
77              <div style="padding:5px; "> 
78                 <p><b><?php echo $product_similar['name'] ?></b></p>
79                 <div class="product-img-div"  style="    box-shadow: 0 4px 20px #DDDDDD; 	border: 1px dashed #c7a8aa;    " >        
80                 <a  href="<?php echo $product_similar['href'] ?>" title="<?php echo $product_similar['name'] ?>">
81                 <img  itemprop="image"  src="/userfiles/Image/<?php echo $product_similar['product_img1'] ?>" alt="<?php echo $product_similar['name'] ?>" title="         
82                 <?php echo $product_similar['name'] ?>  Стелла. Мебельная фабрика. Санкт-Петербург"  style=" width: 100%; border: none;"></a> 
83                 </div>               
  1. APPPATH/views/Site/ProductInfo.php [ 78 ] » Kohana_Core::error_handler(arguments)