Welcome Guest, Not a member yet? Register   Sign In
Could not delete a single image from a model!![SOLVED]
#4

[eluser]Colin Williams[/eluser]
base_url() will return the URI you set with $config['base_url']. There is very, very little chance that this is the appropriate relative path. Basically, unlink is getting passed a path it cannot resolve. You probably want to use APPPATH or FCPATH constants, which are system paths and not URIs.


Messages In This Thread
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-08-2008, 10:29 PM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-08-2008, 11:07 PM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-08-2008, 11:11 PM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-08-2008, 11:15 PM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-08-2008, 11:22 PM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-08-2008, 11:30 PM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-09-2008, 01:31 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-09-2008, 02:48 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-10-2008, 05:56 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-10-2008, 06:04 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-10-2008, 06:16 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-10-2008, 06:24 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-10-2008, 06:58 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-10-2008, 07:06 AM
Could not delete a single image from a model!![SOLVED] - by El Forum - 08-10-2008, 05:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB