Closed GoogleCodeExporter closed 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
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
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
Original comment by BinaryMoon
on 4 Dec 2012 at 9:21
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
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
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:
Original comment by BinaryMoon
on 3 Oct 2013 at 7:03
Original issue reported on code.google.com by
awon...@gmail.com
on 28 Oct 2011 at 12:19