Error

Description

Call to undefined function get_magic_quotes_gpc()

Source File

/is/htdocs/wp11019531_KP51IL07O1/www/beta4/framework/Web/THttpRequest.php (188)

0177:             $this->_requestUri=$_SERVER['SCRIPT_NAME'].(empty($_SERVER['QUERY_STRING'])?'':'?'.$_SERVER['QUERY_STRING']);
0178: 
0179:         if($this->_cgiFix&self::CGIFIX__PATH_INFO && isset($_SERVER['ORIG_PATH_INFO']))
0180:             $this->_pathInfo=substr($_SERVER['ORIG_PATH_INFO'], strlen($_SERVER['SCRIPT_NAME']));
0181:         elseif(isset($_SERVER['PATH_INFO']))
0182:             $this->_pathInfo=$_SERVER['PATH_INFO'];
0183:         else if(strpos($_SERVER['PHP_SELF'],$_SERVER['SCRIPT_NAME'])===0 && $_SERVER['PHP_SELF']!==$_SERVER['SCRIPT_NAME'])
0184:             $this->_pathInfo=substr($_SERVER['PHP_SELF'],strlen($_SERVER['SCRIPT_NAME']));
0185:         else
0186:             $this->_pathInfo='';
0187: 
0188: if(get_magic_quotes_gpc())
0189: { 0190: if(isset($_GET)) 0191: $_GET=$this->stripSlashes($_GET); 0192: if(isset($_POST)) 0193: $_POST=$this->stripSlashes($_POST); 0194: if(isset($_REQUEST)) 0195: $_REQUEST=$this->stripSlashes($_REQUEST); 0196: if(isset($_COOKIE)) 0197: $_COOKIE=$this->stripSlashes($_COOKIE); 0198: } 0199: 0200: $this->getApplication()->setRequest($this);

Stack Trace

#0 /is/htdocs/wp11019531_KP51IL07O1/www/beta4/framework/TApplication.php(749): THttpRequest->init(NULL)
#1 /is/htdocs/wp11019531_KP51IL07O1/www/beta4/framework/TApplication.php(1082): TApplication->getRequest()
#2 /is/htdocs/wp11019531_KP51IL07O1/www/beta4/framework/TApplication.php(398): TApplication->initApplication()
#3 /is/htdocs/wp11019531_KP51IL07O1/www/WM14/index.php(20): TApplication->run()
#4 {main}
2024-03-28 21:26 Apache PRADO/3.2.3