TPhpErrorException

Description

[Warning] file_get_contents(http://sd3.streetdirectory.com.sg/errorpages/unavailable.php) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found (@line 382 in file /var/www/html/lib/framework/TApplication.php).

Source File

/var/www/html/lib/framework/TApplication.php (382)

0371:                     throw new THttpException(503,'application_unavailable');
0372:                 if($this->_requestCompleted)
0373:                     break;
0374:                 $method=self::$_steps[$this->_step];
0375:                 Prado::trace("Executing $method()",'System.TApplication');
0376:                 $this->$method();
0377:                 $this->_step++;
0378:             }
0379:         }
0380:         catch(Exception $e)
0381:         {
0382: echo file_get_contents("http://".$_SERVER['SERVER_NAME']."/errorpages/unavailable.php");
0383: } 0384: $this->onEndRequest(); 0385: } 0386: 0387: /** 0388: * Completes current request processing. 0389: * This method can be used to exit the application lifecycles after finishing 0390: * the current cycle. 0391: */ 0392: public function completeRequest() 0393: { 0394: $this->_requestCompleted=true;

Stack Trace

#0 [internal function]: PradoBase::phpErrorHandler(2, 'file_get_conten...', '/var/www/html/l...', 382, Array)
#1 /var/www/html/lib/framework/TApplication.php(382): file_get_contents('http://sd3.stre...')
#2 /var/www/html/sdint/admin_stub.php(46): TApplication->run()
#3 {main}
2008-11-22 10:27 Apache-AdvancedExtranetServer PRADO/3.1.0