Exception!

Illegal string offset 'id'

Type

ErrorException.

Thrown from

/home/gugets1/public_html/truckviagra.com/extend/theme/custom2/template/product/view.html.php(33).

Trace

  19                      </ul>
  20                  <?php endif; ?>
  21              </div>
  22              <div class="images">
  23                  <div class="image">
  24                      <p>
  25                          <?php if ($image = product::get_image($product['id'])) : ?>
  26                              <a id="thumb1" href="<?php echo htmlspecialchars(product::get_image_url($product['id'], $image, 800, 800) . '?' . time()); ?>" class="highslide" onclick="return hs.expand(this)"><img src="<?php echo htmlspecialchars(product::get_image_url($product['id'], $image, 700, 700) . '?' . time()); ?>" alt="" title="Click to enlarge" /></a><br />
  27                          <?php endif; ?>
  28                      </p>
  29                  </div>
  30                  <div class="image_extra">
  31                      <p>
  32                          <?php foreach (product::get_image_list($product['id']) as $image) : ?>
  33                              <a id="thumb_extra_<?php echo htmlspecialchars($image['id']); ?>" href="<?php echo htmlspecialchars(product::get_image_url($product['id'], $image, 600, 600) . '?' . time()); ?>" class="highslide" onclick="return hs.expand(this)"><img src="<?php echo htmlspecialchars(product::get_image_url($product['id'], $image, 88, 88) . '?' . time()); ?>" alt="" title="Click to enlarge" /></a>

#0 /home/gugets1/public_html/truckviagra.com/extend/theme/custom2/template/product/view.html.php(33): environment::handle_error(2, 'Illegal string ...', '/home/gugets1/p...', 33, Array).
#1 /home/gugets1/public_html/truckviagra.com/core/library/view/renderer/composite.php(73): include('/home/gugets1/p...').
#2 /home/gugets1/public_html/truckviagra.com/core/library/view/renderer/composite.php(41): view_renderer_composite->render_composite('extend/theme/cu...', Array).
#3 /home/gugets1/public_html/truckviagra.com/core/library/view.php(93): view_renderer_composite->render(Array, Array).
#4 /home/gugets1/public_html/truckviagra.com/extend/library/controller/logic/render.php(266): view->render(Array, Array).
#5 /home/gugets1/public_html/truckviagra.com/core/library/controller.php(118): controller_logic_render->execute('view', 'layout').
#6 /home/gugets1/public_html/truckviagra.com/web/product.php(62): controller->__call('render', Array).
#7 /home/gugets1/public_html/truckviagra.com/core/library/controller.php(146): controller_product->execute_view('line-x-trucks', 'lift-kits-for-t...').
#8 /home/gugets1/public_html/truckviagra.com/extend/library/front.php(104): controller->execute('view/line-x-tru...').
#9 /home/gugets1/public_html/truckviagra.com/core/library/request.php(144): front->execute('product/view/li...').
#10 /home/gugets1/public_html/truckviagra.com/web.php(20): request->execute('product/view/li...').
#11 {main}.