ローカルにセットアップされたサイトがあります。そのアプリケーション開発フレームワークは Kohana です。
次のエラーが表示されます。
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}.
このプロジェクトの別の主任開発者から、私の php.ini で magic_quotes を無効にするように言われました..
私は MAMP を使用しています。
問題はまだ明らかです..このエラーの原因、回避方法についての手がかりはありますか?
を出力するphpinfo()
と、次のようになります。
local value Off
Master Value On
マスター値を無効にする必要がありますか? もしそうなら、どのように?