Exception in PHP Script
/index.php
PHP Version: 5.2.13;  Zend Engine Version: 2.2.0;  Qcodo Version: 0.3.21 (Qcodo Beta 3)
Application: Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.9 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5;  Server Name: www.pureingenuity.com
HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Invalid controller specified (robots.txt)
Exception Type:   Zend_Controller_Dispatcher_Exception

Source File:   /home/richard1/public_html/library/Zend/Controller/Dispatcher/Standard.php     Line:   173

Line 168:             * Get controller class
Line 169:             */
Line 170:            if (!$this->isDispatchable($request)) {
Line 171:                if (!$this->getParam('useDefaultControllerAlways')) {
Line 172:                    require_once 'Zend/Controller/Dispatcher/Exception.php';
Line 173:                    throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' . $request->getControllerName() . ')');
Line 174:                }
Line 175:    
Line 176:                $className = $this->getDefaultControllerClass($request);
Line 177:            } else {
Line 178:                $className = $this->getControllerClass($request);

Call Stack:

#0 /home/richard1/public_html/library/Zend/Controller/Front.php(753): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /home/richard1/public_html/index.php(48): Zend_Controller_Front->dispatch()
#2 {main}

Variable Dump:   Show/Hide