Exception!

include_once(web/submit-links/index.php.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory

Type

ErrorException.

Thrown from

/home4/seoelit1/public_html/bestletgo/core/library/front.php(82).

Trace

  68       * @throws logicexception If the controller class is not defined in the
  69       * controller file.
  70       * @return response The response.
  71       */
  72      public function execute($path)
  73      {
  74          $first = !$this->executing;
  75          $this->executing = true;
  76          $map = $this->map($path);
  77          $directory = $this->controller['directory'];
  78          
  79          if ($map['file'])
  80          {
  81              ob_start();
  82              include_once $map['file'];

#0 /home4/seoelit1/public_html/bestletgo/core/library/front.php(82): environment::handle_error('submit-links/in...').
#1 /home4/seoelit1/public_html/bestletgo/core/library/front.php(82): front::execute().
#2 /home4/seoelit1/public_html/bestletgo/core/library/request.php(144): front->execute('/submit-links/i...').
#3 /home4/seoelit1/public_html/bestletgo/web.php(34): request->execute().
#4 {main}.