CaelanStewart Posted April 28, 2015 Share Posted April 28, 2015 Hi, I'm in the process of developing a site for a client, however, I'm having some issues with ProcessWire's image resizing tools. I've never experienced this before, and I have used ProcessWire extensively over the last few months. Essentially, ProcessWire generates blank JPEGs and sometimes doesn't even resize it. When ProcessWire generates a blank JPEG (which shows up as being invalid), ProcessWire then thinks it has resized the image, and tries to display a broken JPEG. When ProcessWire doesn't actually resize the image, the outputted file is named ≈ "[file name here].768x0.jpg", which from what I can gather means: $image->width(768); Now, the file it saves is perfectly valid and opens up fine, but it's basically the original image, not even resized... Really not sure how to fix this. There are zero errors in the PHP/Apache error logs relating to this. The page loads fine, the memory limit is high, the version of PHP is what comes with MAMP by default, and is working well on other projects on the same computer. If you need any more details, let me know. Thanks in advance. Link to comment Share on other sites More sharing options...
cstevensjr Posted April 28, 2015 Share Posted April 28, 2015 The only time I have seen this happen is when attempting to upload very large image files. Link to comment Share on other sites More sharing options...
horst Posted April 28, 2015 Share Posted April 28, 2015 which PW Version? Link to comment Share on other sites More sharing options...
CaelanStewart Posted May 1, 2015 Author Share Posted May 1, 2015 Hi all, not sure what caused this, but it's stopped happening now. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now