0

I am facing these problem.I am using PHP 7. other project rather than core PHP runs very good but if I want to run the core PHP project it shows the following problem.

Uncaught Error: Call to undefined function set_magic_quotes_runtime() in E:\xampp\htdocs\includes\framework.php:21 Stack trace: #0 E:\xampp\htdocs\index.php(22): require_once() #1 {main} thrown in E:\xampp\htdocs\includes\framework.php on line 21

According to this site: http://php.net/manual/en/function.set-magic-quotes-runtime.php It says that This function was DEPRECATED in PHP 5.3.0, and REMOVED as of PHP 7.0.0

any answer? waiting for the answer and thanks in advance

Yaseen Ahmad
  • 1,807
  • 5
  • 25
  • 43
sabin maharjan
  • 107
  • 1
  • 11
  • It doesn't exist anymore. And it's neither needed anymore. Magic quotes are gone. – mario May 02 '16 at 05:35
  • 1
    I am facing this problem. how could I solve this problem. Uncaught Error: Call to undefined function set_magic_quotes_runtime() in E:\xampp\htdocs\includes\framework.php:21 Stack trace: #0 E:\xampp\htdocs\index.php(22): require_once() #1 {main} thrown in E:\xampp\htdocs\includes\framework.php on line 21 – sabin maharjan May 02 '16 at 05:51
  • the question asked by Mario doesn't work in mine condition – sabin maharjan May 02 '16 at 05:59
  • What "doesn't work" with just removing it? – mario May 02 '16 at 06:13

0 Answers0