Error

Description

Call to undefined function get_magic_quotes_gpc()

Source File

/www/webvol38/dd/g6006nvy8k2siqk/stavgang.se/public_html/framework/Web/THttpRequest.php (198)

0187:             $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($_SERVER['ORIG_PATH_INFO'], strlen($_SERVER['SCRIPT_NAME']));
0191:         elseif(isset($_SERVER['PATH_INFO']))
0192:             $this->_pathInfo=$_SERVER['PATH_INFO'];
0193:         else if(strpos($_SERVER['PHP_SELF'],$_SERVER['SCRIPT_NAME'])===0 && $_SERVER['PHP_SELF']!==$_SERVER['SCRIPT_NAME'])
0194:             $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=$this->stripSlashes($_GET); 0202: if(isset($_POST)) 0203: $_POST=$this->stripSlashes($_POST); 0204: if(isset($_REQUEST)) 0205: $_REQUEST=$this->stripSlashes($_REQUEST); 0206: if(isset($_COOKIE)) 0207: $_COOKIE=$this->stripSlashes($_COOKIE); 0208: } 0209: 0210: $this->getApplication()->setRequest($this);

Stack Trace

#0 /www/webvol38/dd/g6006nvy8k2siqk/stavgang.se/public_html/framework/TApplication.php(651): THttpRequest->init(NULL)
#1 /www/webvol38/dd/g6006nvy8k2siqk/stavgang.se/public_html/framework/TApplication.php(959): TApplication->getRequest()
#2 /www/webvol38/dd/g6006nvy8k2siqk/stavgang.se/public_html/framework/TApplication.php(370): TApplication->initApplication()
#3 /www/webvol38/dd/g6006nvy8k2siqk/stavgang.se/public_html/stavkalkyl/index.php(22): TApplication->run()
#4 {main}
2024-04-19 20:19 Apache/2.4.58 (FreeBSD) mpm-itk/2.4.7-04 PHP/8.2.14 PRADO/3.1.7