Closed GoogleCodeExporter closed 9 years ago
I'm using version 2 of timthumb on WordPress 3.2.1 self-hosted on Media Temple
Original comment by voncadf...@gmail.com
on 7 Aug 2011 at 9:39
Thanks, repro'd this and working on it now.
Original comment by mmaun...@gmail.com
on 7 Aug 2011 at 7:58
Please upgrade to the latest timthumb which fixes this error.
The version you're using is older and this issue was fixed yesterday.
curl_close was being called before curl_error making the curl handle invalid.
However your error message was useful because I've further improved the code by
preventing errors from being written to the client if timthumb tries to delete
a file that doesn't exist.
Thanks for the bug!
The latest version is here:
http://timthumb.googlecode.com/svn/trunk/timthumb.php
Original comment by mmaun...@gmail.com
on 7 Aug 2011 at 8:09
Yes that update did fix the issue. Thanks. Only small issue was getting host
name timeouts which is odd in general but I increased the curl time out value
to 50 from 20 and that seemed to take care of that issue.
Original comment by voncadf...@gmail.com
on 7 Aug 2011 at 10:42
Thanks, I'll consider increasing the default.
Original comment by mmaun...@gmail.com
on 7 Aug 2011 at 10:55
Original issue reported on code.google.com by
voncadf...@gmail.com
on 7 Aug 2011 at 9:37Attachments: