Error (original) (raw)

Description

Call to undefined function get_magic_quotes_gpc()

Source File

/home/marlext/public_html/framework/Web/THttpRequest.php (198)

`0187: this−>requestUri=this->_requestUri=this>requestUri=_SERVER['SCRIPT_NAME'].(empty($_SERVER['QUERY_STRING'])?'':'?'.$_SERVER['QUERY_STRING']); 0188: 0189: if($this->_cgiFix&self::CGIFIX__PATH_INFO && isset($_SERVER['ORIG_PATH_INFO'])) 0190: this−>pathInfo=substr(this->_pathInfo=substr(this>pathInfo=substr(_SERVER['ORIG_PATH_INFO'], strlen($_SERVER['SCRIPT_NAME'])); 0191: elseif(isset($_SERVER['PATH_INFO'])) 0192: this−>pathInfo=this->_pathInfo=this>pathInfo=_SERVER['PATH_INFO']; 0193: else if(strpos($_SERVER['PHP_SELF'],$_SERVER['SCRIPT_NAME'])===0 && SERVER[′PHPSELF′]!==_SERVER['PHP_SELF']!==SERVER[PHPSELF]!==_SERVER['SCRIPT_NAME']) 0194: this−>pathInfo=substr(this->_pathInfo=substr(this>pathInfo=substr(_SERVER['PHP_SELF'],strlen($_SERVER['SCRIPT_NAME'])); 0195: else 0196: $this->_pathInfo=''; 0197:

0198: if(get_magic_quotes_gpc())

0199: { 0200: if(isset($_GET)) 0201: GET=_GET=GET=this->stripSlashes($_GET); 0202: if(isset($_POST)) 0203: POST=_POST=POST=this->stripSlashes($_POST); 0204: if(isset($_REQUEST)) 0205: REQUEST=_REQUEST=REQUEST=this->stripSlashes($_REQUEST); 0206: if(isset($_COOKIE)) 0207: COOKIE=_COOKIE=COOKIE=this->stripSlashes($_COOKIE); 0208: } 0209: 0210: this−>getApplication()−>setRequest(this->getApplication()->setRequest(this>getApplication()>setRequest(this);

`

Stack Trace

`#0 /home/marlext/public_html/framework/TApplication.php(651): THttpRequest->init(NULL) #1 /home/marlext/public_html/framework/TApplicationComponent.php(58): TApplication->getRequest() #2 /home/marlext/public_html/framework/Web/TUrlMapping.php(110): TApplicationComponent->getRequest() #3 /home/marlext/public_html/framework/TApplication.php(909): TUrlMapping->init(Object(TXmlElement)) #4 /home/marlext/public_html/framework/TApplication.php(956): TApplication->applyConfiguration(Object(TApplicationConfiguration), false) #5 /home/marlext/public_html/framework/TApplication.php(370): TApplication->initApplication() #6 /home/marlext/public_html/index.php(29): TApplication->run() #7 {main}

`

2024-10-18 00:59 Apache PRADO/3.1.7