Error

Description

Call to undefined function get_magic_quotes_gpc()

Source File

/var/www/html/demande_integ/atexo.demande/protected/library/prado/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 /var/www/html/demande_integ/atexo.demande/protected/library/prado/TApplication.php(651): THttpRequest->init(NULL)
#1 /var/www/html/demande_integ/atexo.demande/protected/library/prado/TApplication.php(959): TApplication->getRequest()
#2 /var/www/html/demande_integ/atexo.demande/protected/library/prado/TApplication.php(370): TApplication->initApplication()
#3 /var/www/html/demande_integ/atexo.demande/protected/library/Atexo/Controller/Prado.php(33): TApplication->run()
#4 /var/www/html/demande_integ/atexo.demande/protected/library/Atexo/Controller/Front.php(93): Atexo_Controller_Prado::run()
#5 /var/www/html/demande_integ/atexo.demande/index.php(10): Atexo_Controller_Front::run()
#6 {main}

2026-05-08 01:55 Apache/2.4.66 (Debian) PRADO/3.1.10