Images

ErrorException [ Warning ]: Invalid argument supplied for foreach()

APPPATH/modules/content/views/product_detail.php [ 16 ]

11 		<iframe width="745" height="495" src="<?php echo $item['video_url']; ?>?rel=0" frameborder="0" allowfullscreen></iframe>
12 		<?php } ?>
13 		
14 		<h2 class="image">Images</h2>
15 		<div class="row">
16 		<?php foreach($images as $image) { ?>
17 			<div class="span3 image">
18 				<a href="<?php echo base_url(); ?>files/website/<?php echo $image; ?>" rel="group" class="enlarge">
19 				<?php echo image($image, 235, 175); ?>
20 				</a>
21 			</div>
  1. APPPATH/modules/content/views/product_detail.php [ 16 ] » MY_Exceptions::error_handler(arguments)

  2. SYSDIR/core/Loader.php [ 833 ] » include(arguments)

  3. SYSDIR/core/Loader.php [ 419 ] » CI_Loader->_ci_load(arguments)

  4. APPPATH/modules/content/projects.php [ 38 ] » CI_Loader->view(arguments)

  5. APPPATH/modules/content/libraries/frontend_koloms.php [ 45 ] » Projects_Controller->content(arguments)

  6. APPPATH/modules/content/content.php [ 210 ] » Frontend_Koloms->build(arguments)

  7. APPPATH/controllers/frontend.php [ 136 ] » Content_Controller->get_columns(arguments)

  8. APPPATH/controllers/frontend.php [ 61 ] » Frontend->page(arguments)

  9. {PHP internal call} » Frontend->index(arguments)

  10. SYSDIR/core/CodeIgniter.php [ 359 ] » call_user_func_array(arguments)

  11. FCPATH/index.php [ 216 ] » require_once(arguments)

Environment