Welcome Guest, Not a member yet? Register   Sign In
CI bug with is_really_writable
#3

[eluser]quest13[/eluser]
Hi, I need some help in deleting file from the physical path.

I tried the same way you did and I get the following error:

Severity: Warning

Message: unlink() [function.unlink]: http does not allow unlinking

Filename: models/my_model.php

Line Number: 3678

What may be the cause ?

My model look like this,

Code:
....performed delete query here

Code:
if($this->db->affected_rows() >0)
        {
            
        $this->load->helper('file');
        unlink($full_path);        
        return $query;
                }


Messages In This Thread
CI bug with is_really_writable - by El Forum - 08-16-2009, 02:54 PM
CI bug with is_really_writable - by El Forum - 08-16-2009, 02:54 PM
CI bug with is_really_writable - by El Forum - 08-16-2009, 10:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB