samoht Posted December 21, 2012 Share Posted December 21, 2012 Hello all, I am trying to chase down an error thrown by timthumb.php I get this error: however A TimThumb error has occured The following error(s) occured: Could not find the internal image you specified. Query String : src=http://omegaopc.org/wp-content/connection_images/dillon_original.jpg&h=54&w=80&zc=2 TimThumb version : 2.8.11 however, the url source without the resize info (http://omegaopc.org/wp-content/connection_images/dillon_original.jpg) loads just fine. I have set the permissions on the connection_images folder to 755 as well as on timthumb.php I have heard this error comes from a permissions issue - but I can't find where else a permissions restriction would be? Any ideas how to track this down? Quote Link to comment https://forums.phpfreaks.com/topic/272259-400-bad-request-timthumb-help/ Share on other sites More sharing options...
requinix Posted December 21, 2012 Share Posted December 21, 2012 The URL you're trying is .../dillon_original.jpg&h=54&w=80&zc=2 Something's missing? Quote Link to comment https://forums.phpfreaks.com/topic/272259-400-bad-request-timthumb-help/#findComment-1400796 Share on other sites More sharing options...
samoht Posted January 17, 2013 Author Share Posted January 17, 2013 The URL you're trying is .../dillon_original.jpg&h=54&w=80&zc=2 Something's missing? Thanks for the reply. I'm not sure what is missing though? Do you see something obvious? Quote Link to comment https://forums.phpfreaks.com/topic/272259-400-bad-request-timthumb-help/#findComment-1406449 Share on other sites More sharing options...
kicken Posted January 17, 2013 Share Posted January 17, 2013 The query string data is supposed to be separated from the file by a question-mark. Your using an ampersand right now. .../dillon_original.jpg?h=54&w=80&zc=2 Quote Link to comment https://forums.phpfreaks.com/topic/272259-400-bad-request-timthumb-help/#findComment-1406480 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.