ErrorException [ 8192 ]: Function get_magic_quotes_gpc() is deprecated

SYSPATH/classes/kohana/core.php [ 328 ]

323 			// Set the index file
324 			Kohana::$index_file = trim($settings['index_file'], '/');
325 		}
326 
327 		// Determine if the extremely evil magic quotes are enabled
328 		Kohana::$magic_quotes = (bool) get_magic_quotes_gpc();
329 
330 		// Sanitize all request variables
331 		$_GET    = Kohana::sanitize($_GET);
332 		$_POST   = Kohana::sanitize($_POST);
333 		$_COOKIE = Kohana::sanitize($_COOKIE);
  1. SYSPATH/classes/kohana/core.php [ 328 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/bootstrap.php [ 83 ] » Kohana_Core::init(arguments)

  3. DOCROOT/index.php [ 103 ] » require(arguments)

Environment