PHP Error - include(./application/site/views/) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory
Error in PHP Script
/index.php
PHP Version: 5.2.17;  Zend Engine Version: 2.2.0;  Qcodo Version: 0.3.21 (Qcodo Beta 3)
Application: Apache;  Server Name: www.pureingenuity.com
HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
include(./application/site/views/) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory
Error Type:   E_WARNING

Source File:   /home/richard1/public_html/library/Zend/View.php     Line:   46

Line 41:         *
Line 42:         * @param string The view script to execute.
Line 43:         */
Line 44:        protected function _run()
Line 45:        {
Line 46:            include func_get_arg(0);
Line 47:        }
Line 48:    }

Call Stack:

#0 /home/richard1/public_html/library/Zend/View.php(46): QcodoHandleError()
#1 /home/richard1/public_html/library/Zend/View.php(46): Zend_View::_run()
#2 /home/richard1/public_html/library/Zend/View/Abstract.php(529): Zend_View->_run()
#3 /home/richard1/public_html/application/site/views/layout3.tpl.php(52): Zend_View_Abstract->render()
#4 /home/richard1/public_html/library/Zend/View.php(46): include()
#5 /home/richard1/public_html/library/Zend/View/Abstract.php(529): Zend_View->_run()
#6 /home/richard1/public_html/application/site/controllers/IndexController.php(482): Zend_View_Abstract->render()
#7 /home/richard1/public_html/library/Zend/Controller/Action.php(488): Site_IndexController->pageNotFoundAction()
#8 /home/richard1/public_html/library/Zend/Controller/Dispatcher/Standard.php(214): Zend_Controller_Action->dispatch()
#9 /home/richard1/public_html/library/Zend/Controller/Front.php(753): Zend_Controller_Dispatcher_Standard->dispatch()
#10 /home/richard1/public_html/index.php(48): Zend_Controller_Front->dispatch()

Variable Dump:   Show/Hide