Getting this error in my log, here is the line it's referring to:
<div class="<?php echo $divclass; ?>" id="product-item-<?php echo $product_id; ?>">
<?php echo $products_name[$product_id]; ?>
<img src="view/image/delete.png" />
<input name="bossmegamenu[product_ids][]" type="hidden" value="<?php echo $product_id; ?>" />
</div>
This is a opencart module.
Any ideas how to track this down?