Devre dışı bırakma magic_quotes_gpc

0 Cevap php

Ben yerel bir site, kurulum var. Bu uygulama geliştirme çerçevesi Kohana olduğunu.

Ben şu görüntüleyen bir hata var:

Unknown Error

An error was detected which prevented the loading of this page. If this problem persists, please contact the website administrator.

system/core/Kohana.php [98]:

Function set_magic_quotes_runtime() is deprecated
Stack Trace

    * system/core/Kohana.php [98]:

      set_magic_quotes_runtime(  )

    * system/core/Bootstrap.php [39]:

      Kohana::setup(  )

    * index.php [130]:

      require( system/core/Bootstrap.php )

Loaded in {execution_time} seconds, using {memory_usage} of memory. Generated by Kohana v{kohana_version}.

I've been told by another lead developer of this project, to disable magic_quotes in my php.ini ..
I'm using MAMP, and I've done so.

Sorun hala açıktır .. nasıl almak için bu hata neden olduğu ne gibi herhangi bir ipucu?

Unutulmaması gereken bir diğer hızlı bir şey, çıkış zaman phpinfo(), ben şu olsun:

local value Off
Master Value On

Ben ana değerini kaldırmak için var mı? Eğer öyleyse, nasıl?

0 Cevap