ErrorException [ Notice ]: Undefined index: product_id

MODPATH/products/classes/model/products.php [ 262 ]

257 			->on('photos.size_id','=','photos_sizes.size_id')
258 				
259 			->join('photos_lang','INNER') 
260 			->on('photos_lang.photo_id', '=', 'photos.photo_id')
261 			->on('photos_lang.lang_id', '=', DB::expr($lang))				
262 			->where('product_id', '=', $this->data['product_id'])					
263 			->order_by('number','asc')
264 			->execute()
265 			->as_array();
266 	}
267 	
  1. MODPATH/products/classes/model/products.php [ 262 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/boxes/product.php [ 16 ] » Model_Products->getPhotos()

  3. MODPATH/webpage/classes/boxes.php [ 110 ] » Boxes_Product->get()

  4. MODPATH/webpage/classes/controller/webpage.php [ 92 ] » Boxes->getData()

  5. MODPATH/webpage/classes/controller/webpage.php [ 130 ] » Controller_Webpage->parse()

  6. {PHP internal call} » Controller_Webpage->action_index()

  7. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  8. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  9. SYSPATH/classes/kohana/request.php [ 1141 ] » Kohana_Request_Client->execute(arguments)

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

Environment