Uri path is not valid.
UnexpectedValueException.
/home/f2/website/f2gallery.com/public/core/library/dispatcher.php(131).
65
66 ////////////////////////////////////////////////////////////////////////////
67 // Interface functions.
68
69 /**
70 * Dispatches a request to a controller.
71 *
72 * @param request $request The request.
73 * @throws logicexception If the controller class definition is not present
74 * in the controller file.
75 * @return response The response.
76 */
77 public function execute(request $request)
78 {
79 $route = $this->create_route($request->fetch_server('PATH_INFO', ''));
#0 /home/f2/website/f2gallery.com/public/core/library/dispatcher.php(79): dispatcher->create_route('/fabienfryns/ar...').
#1 /home/f2/website/f2gallery.com/public/web.php(15): dispatcher->execute(Object(request)).
#2 {main}.