include_once(web/insert_image_url_here.php): failed to open stream: No such file or directory
ErrorException.
/home/brittany/public_html/eliteheritagehomes.com/core/library/front.php(82).
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 /home/brittany/public_html/eliteheritagehomes.com/core/library/front.php(82): environment::handle_error(2, 'include_once(we...', '/home/brittany/...', 82, Array).
#1 /home/brittany/public_html/eliteheritagehomes.com/core/library/front.php(82): include_once().
#2 /home/brittany/public_html/eliteheritagehomes.com/core/library/request.php(144): front->execute('insert_image_ur...').
#3 /home/brittany/public_html/eliteheritagehomes.com/web.php(36): request->execute('insert_image_ur...').
#4 {main}.