Request path 'gallery/css/embedded_style.css.default' is not legal.
RuntimeException.
/home2/monroetr/public_html/core/library/request.php(136).
22 }
23 //
24
25 require 'core/library/environment.php';
26 environment::load(E_ALL | E_STRICT, 'core/template/exception.php');
27
28 include 'core/library/fractal.php';
29 fractal::load(array('web/', 'extend/', 'core/'), 'library/');
30
31 date_default_timezone_set('America/New_York');
32
33 call_user_func_array('db::set', include '../private/dsn.php');
34
35 $request = new request(include 'web/config/front.php');
36 $response = $request->execute($request->PATH_INFO);
#0 /home2/monroetr/public_html/index.php(36): request->execute('/gallery/css/em...').
#1 {main}.