jperezmedina / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

2.8.2 not showing thumbnail #280

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update to 2.8.2
2. The error of "Could not find the internal image you specified."

What is the expected output? What do you see instead?
A TimThumb error has occured

The following error(s) occured:
Could not find the internal image you specified.

Query String : 
src=http://localhost/wp/wp-content/uploads/2011/09/0011.jpg&w=200&h=180&zc=1&q=9
0
TimThumb version : 2.8.2

What version of the product are you using? On what operating system?
Windows 7

Please provide any additional information below.
When I "downgrade" back to 2.8 it all working again

Original issue reported on code.google.com by awon...@gmail.com on 28 Oct 2011 at 12:19

GoogleCodeExporter commented 8 years ago
Same happened here. Let me mention im using Wordpress installed on a sub 
directory (not wordpress mu)
 i didnt know how to fix the issue until i saw this comment. I downgraded to version 2.8 and it worked straight away.
Thanks for all the good work

Original comment by chi...@gmail.com on 28 Oct 2011 at 8:03

GoogleCodeExporter commented 8 years ago
Same Issue Here
Just move to another server php 5.3
Installed Multisite subdomain.
A.Mysite.com 
TimThumb version : 2.8.2
Problem:Could not find the internal image you specified.
Query String : src=http://tv.Mysite.com/files/2011/10/image2.jpg&h=45&w=60&zc=1
However image http://tv.Mysite.com/files/2011/10/image2.jpg exist.
What to do?

Original comment by filsduf...@gmail.com on 30 Oct 2011 at 4:01

GoogleCodeExporter commented 8 years ago
I have the same problem too. But it only does this on the next three images 
after the first one.

Original comment by NinjaDan9 on 2 Apr 2012 at 7:41

GoogleCodeExporter commented 8 years ago

Original comment by BinaryMoon on 4 Dec 2012 at 9:21

GoogleCodeExporter commented 8 years ago
http://wilhelmkoetzler.com.br/novosite/wp-content/themes/photoartist-parent/fram
ework/timthumb/timthumb.php

I have the same problem. Downgrading works, but if I downgrade, the whole site 
loads slower. How can I fix it?

Original comment by one...@gmail.com on 16 Jan 2013 at 6:46

GoogleCodeExporter commented 8 years ago
Same issue here, just posted a new topic. Seems noone has found a solution on 
this one. 

http://79.170.44.120/therubberfloorstore.co.uk/shop/

Original comment by kert...@gmail.com on 6 Feb 2013 at 2:08

GoogleCodeExporter commented 8 years ago
I've found the solution (at least for me). The problem is not in timthumb.php 
itself, but rather in timthumb-config.php

My wordpress was installed in a subfolder ('novosite') and that info was 
lacking in thr timthumb-config.php file.

The timthumb-config.php file was: <code>

<?php

$_SERVER['DOCUMENT_ROOT'] = '/home/wilhelmkoetzler/www/';

</code>

I just changed it to: <code>

<?php

$_SERVER['DOCUMENT_ROOT'] = '/home/wilhelmkoetzler/www/novosite/';

</code>

Just trying to help. If it doesn't work, good look in looking for a solution =]

Original comment by one...@gmail.com on 6 Feb 2013 at 5:46

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by BinaryMoon on 3 Oct 2013 at 7:03