Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: TimThumb Issue

$
0
0

Hey,

I updated timthumb and followed the tutorial to edit some parts in the timthumb.php

I’m a bit confused with the “additional fix” mentioned in the tutorial. I’m not sure if I insterted the right root folder. The example says:

$_SERVER['DOCUMENT_ROOT'] = '/home/mysite/public_html/';

I’m not sure what is the right “address” for me. My ftp client gives me the following URL to the WordPress folder:

sftp://admfj@wcms3.rz.tu-ilmenau.de/home/UNIENV/SPORTVEREINE/admfj/wp

so it would be:
$_SERVER['DOCUMENT_ROOT'] = '/home/UNIENV/SPORTVEREINE/admfj/wp/';

but my Browser direkts to the following URL:

http://www2.tu-ilmenau.de/forest-jump/wp/

So the code would be:

$_SERVER['DOCUMENT_ROOT'] = '/home/forest-jump/wp/';

right? Both ways don’t work for me.


Viewing all articles
Browse latest Browse all 8865

Trending Articles