Exception!

Layout template file could not be found.

Type

LogicException.

Thrown from

/home/gugets1/public_html/willcoxservices.com/core/library/controller/logic/render.php(138).

Trace

 104              $class = 'controller_logic_' . $function;
 105              $logic = new $class();
 106              
 107              if (!$logic instanceof controller_logic)
 108              {
 109                  throw new logicexception('Class ' . $class . ' is not a controller_logic.');
 110              }
 111              
 112              $this->logic[$function] = $logic;
 113          }
 114          
 115          $this->logic[$function]->set_controller($this)
 116                                 ->set_property(get_object_vars($this));
 117          
 118          return call_user_func_array(array($this->logic[$function], 'execute'), $parameter);

#0 /home/gugets1/public_html/willcoxservices.com/core/library/controller.php(118): controller_logic_render->execute('index.html', 'layout').
#1 /home/gugets1/public_html/willcoxservices.com/web/product.php(34): controller->__call('render', Array).
#2 /home/gugets1/public_html/willcoxservices.com/core/library/controller.php(146): controller_product->execute_index('real-geeks-soft...').
#3 /home/gugets1/public_html/willcoxservices.com/core/library/front.php(104): controller->execute('index/real-geek...').
#4 /home/gugets1/public_html/willcoxservices.com/core/library/request.php(144): front->execute('product/index/r...').
#5 /home/gugets1/public_html/willcoxservices.com/web.php(20): request->execute('product/index/r...').
#6 {main}.