Welcome Guest, Not a member yet? Register   Sign In
Upload error - The file could not be written to disk
#2

[eluser]TheFuzzy0ne[/eluser]
That error is actually a PHP error, not anything to do with CodeIgniter as such. There error is [url="http://uk3.php.net/features.file-upload.errors"]UPLOAD_ERR_CANT_WRITE[/url].

The obvious reason for it not working is that the permissions or not set correctly, so I'd suggest you check the directory really is writeable by trying to create a blank file in there with PHP, or using is_really_writable().

Another reason might be your allowed Web quota. If you're nearing the limit, you may not be able to write to the disk.


Messages In This Thread
Upload error - The file could not be written to disk - by El Forum - 05-12-2009, 06:08 PM
Upload error - The file could not be written to disk - by El Forum - 05-12-2009, 11:42 PM
Upload error - The file could not be written to disk - by El Forum - 05-13-2009, 12:19 AM
Upload error - The file could not be written to disk - by El Forum - 11-07-2010, 02:11 AM
Upload error - The file could not be written to disk - by El Forum - 11-07-2010, 07:05 PM
Upload error - The file could not be written to disk - by El Forum - 11-08-2010, 02:03 AM
Upload error - The file could not be written to disk - by El Forum - 11-10-2010, 12:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB