Welcome Guest, Not a member yet? Register   Sign In
Function set_magic_quotes_runtime() is deprecated
#11

[eluser]n0xie[/eluser]
Are you sure you are using the latest version of CI?

Line 109 in /system/libraries/Controller.php is this:

Code:
function _ci_scaffolding()
    {
        if ($this->_ci_scaffolding === FALSE OR $this->_ci_scaff_table === FALSE)
        {
            show_404('Scaffolding unavailable');
        }
        
        $method = ( ! in_array($this->uri->segment(3), array('add', 'insert', 'edit', 'update', 'view', 'delete', 'do_delete'), TRUE)) ? 'view' : $this->uri->segment(3);
        
        require_once(BASEPATH.'scaffolding/Scaffolding'.EXT);
        $scaff = new Scaffolding($this->_ci_scaff_table);
        $scaff->$method();
    }

Since your file seems to be in the application folder it seems to me that it is something you made yourself. Could you show us the code?


Messages In This Thread
Function set_magic_quotes_runtime() is deprecated - by El Forum - 12-30-2009, 05:16 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 12-30-2009, 06:13 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 12-30-2009, 07:54 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-01-2010, 09:05 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-01-2010, 09:44 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-01-2010, 01:06 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-03-2010, 04:50 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 04:38 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 06:50 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 07:20 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 07:30 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 08:12 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 09:00 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 09:05 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 05-09-2010, 09:48 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 06-15-2010, 09:27 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-03-2011, 04:12 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 04-18-2011, 11:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB