Closed GoogleCodeExporter closed 9 years ago
OK, go and see your timthumb php script URL:
http://www.liselottehartkamp.com/wp-content/themes/elitist/framework/timthumb.ph
p
See there? "No image specified", that's the problem.
I had the same one and did not find a way to solve this by googling around, so
I asked a friend. He looked at my code and said that the problem was not in
timthum.php itself, but rather in the timthumb-config.php file that lies in the
same folder.
So I'm attaching mine to you, in the hope that it solves your problem.
The file content is this : <code>
<?php
$_SERVER['DOCUMENT_ROOT'] = '/home/wilhelmkoetzler/www/novosite/';
</code>
My ridiculous problem is that my wordpress is installed in this 'novosite'
subfolder, rather than in the root of the server. So, before the fix, my
tithumb-config.php file had only '/home/wilhelmkoetzler/www/' in it.
Well, just tried to help. If it works, give me your feedback. If not, good look
on your search =]
Original comment by one...@gmail.com
on 4 Feb 2013 at 12:10
Attachments:
Original comment by BinaryMoon
on 27 Sep 2013 at 9:03
Original issue reported on code.google.com by
christel...@dekampanje.org
on 2 Feb 2013 at 8:50