Exception!

Request path 'product/index/extend/widget/treeview/jquery.treeview.js' is not legal.

Type

RuntimeException.

Thrown from

/home/whiter/public_html/blueridgetransmissions.com/core/library/request.php(136).

Trace

  24  
  25  $_SERVER['PATH_INFO']=str_replace("/web.php","/", $_SERVER['PATH_INFO']);
  26  $_SERVER['PATH_INFO']=str_replace("/admin.php","/", $_SERVER['PATH_INFO']);
  27  
  28  
  29  require 'core/library/environment.php';
  30  environment::load(E_ALL | E_STRICT, 'core/template/exception.php');
  31  
  32  include 'core/library/fractal.php';
  33  fractal::load(array('web/', 'extend/', 'core/'), 'library/');
  34  
  35  call_user_func_array('db::set', include 'dsn.php');
  36  
  37  $request = new request(include 'web/config/front.php');
  38  $response = $request->execute($request->PATH_INFO);

#0 /home/whiter/public_html/blueridgetransmissions.com/web.php(38): request->execute('product/index/e...').
#1 {main}.