oseawey / timthumb

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

Thumbnails broken with WordPress #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Timthumb is installed with the BigFeature theme (vfxdude.com) for WordPress
2. Thumbnails can't be located properly
3. View the example: http://trask.canvasdreams.com/~muddyriv/wp/

What is the expected output? What do you see instead?
I expect to see a thumbnail, however the script is looking for the images in 
the incorrect location so I see a broken thumbnail.

What version of the product are you using? On what operating system?
R88 on Windows 7, using WordPress 3.0.1

Please provide any additional information below.
I have WordPress installed in a subfolder called "wp." I can only get the 
images working if I hardcode the correct location:
http://trask.canvasdreams.com/~muddyriv/wp/wp-content/themes/bigfeature/library/
timthumb/timthumb.php?src=/wp-content/uploads/2010/08/brasada_2_0037_op_756x5011
enlarged.jpg&w=269&h=164&zc=1&zcp=1

However, the script is looking for the image here:
http://trask.canvasdreams.com/~muddyriv/wp/wp-content/themes/bigfeature/library/
timthumb/timthumb.php?src=/~muddyriv/wp/wp-content/uploads/2010/08/brasada_2_003
7_op_756x5011enlarged.jpg&w=269&h=164&zc=1&zcp=1

Original issue reported on code.google.com by he...@illusio.com on 10 Sep 2010 at 6:29

Attachments:

GoogleCodeExporter commented 9 years ago
I'm afraid this is a theme problem rather than a TimThumb problem. If the theme 
is passing the wrong url to timthumb then you need to talk to the theme author.

Original comment by BinaryMoon on 12 Sep 2010 at 7:43