Welcome Guest, Not a member yet? Register   Sign In
image manipulation library
#5

[eluser]pickupman[/eluser]
Maybe something minor, but from the user guide:
Quote:Note: In order for the image class to be allowed to do any processing, the image file must have "write" file permissions. For example, 777.

If you using your own upload method try using:
Code:
chmod($_SERVER['DOCUMENT_ROOT'] . 'uploads/img/'.$img, 0777);

Your file permission is probably 644 as a guess.


Messages In This Thread
image manipulation library - by El Forum - 10-09-2010, 04:50 AM
image manipulation library - by El Forum - 10-09-2010, 05:23 AM
image manipulation library - by El Forum - 10-09-2010, 06:16 AM
image manipulation library - by El Forum - 10-09-2010, 06:30 AM
image manipulation library - by El Forum - 10-09-2010, 10:03 AM
image manipulation library - by El Forum - 10-09-2010, 06:30 PM
image manipulation library - by El Forum - 10-09-2010, 06:35 PM
image manipulation library - by El Forum - 10-09-2010, 07:14 PM
image manipulation library - by El Forum - 10-09-2010, 07:21 PM
image manipulation library - by El Forum - 10-09-2010, 07:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB