Reply to Image processing on local server won't behave

Image processing on local server won't behave new!
by Sean Vesce, 14 years, 7 months ago
Amazing job on this class!

Uploads are working fine for me, but having some difficulty in getting the image processing working at all. Regardless of parameters passed for file processing, just getting the original file back. After reverting back to the class.php.upload test forms and running an Image Local Manipulation, I'm getting the same result.

Sample output:
system information
- class version : 0.28
- GD version : 2.0.34
- supported image types : png jpg gif bmp
- open_basedir : no restriction
- language : en_GB
source is a local file test.png
- local file name OK
determining MIME type
- Checking MIME type with Fileinfo PECL extension
MAGIC path defaults to /usr/share/file/magic
MIME type detected as image/png; charset=binary by Fileinfo PECL extension
source variables
- You can use all these before calling process()
file_src_name : test.png
file_src_name_body : test
file_src_name_ext : png
file_src_pathname : test.png
file_src_mime : image/png; charset=binary
file_src_size : 36021 (max= 134217728)
file_src_error : 0
process file to test/
- file size OK
- file mime OK : image/png; charset=binary
- file name safe format
- destination variables
file_dst_path : test/
file_dst_name_body : test
file_dst_name_ext : png
- no image operation, keep extension
- checking for auto_rename
auto_rename to test_189.png
- destination file details
file_dst_name : test_189.png
file_dst_pathname : test/test_189.png
- test_189.png doesn't exist already
- no image processing wanted
- process OK


[... same results for the remaining images in the test]

GD is installed with support for common image types and the mime detection seems to be working, which rules out issues that others in the forums have had. Confused why I'm getting "- no image processing wanted" even with an the unmodified test supplied.

Any insight is appreciated. I'm sure its something totally boneheaded on my end.

SeanReply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important