Hi there, I have a site, locally setup. It's application development framework is Kohana.
I have an error displaying the following:
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.
Problem is still apparent.. any clues as to what this error is caused by, how to get around?
*Another quick something to note, when outputting phpinfo() , i get the following :
local value Off
Master Value On
Do i have to disable master value? If so, how to?