Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem. Is this plugin supported at all?

    C. Hall

    Mine is a multi-site install. I wonder if this thing is not multisite compatible?

    Deborah is yours a multi-site (“network”) install as well?

    Charles.

    I have used this on several sites and have never seen the thumbnails show.

    I think I found the problem of thumbnails which is be caused by the difference how php and apache provides the path to the document root.
    One line should be changed in file media_relocator.php in function mfma_relocator_path2url($pathname).
    This is around line number 651:

    replace this line:

    $docroot = $_SERVER['DOCUMENT_ROOT'];

    with this one:

    $docroot = ABSPATH;

    I hope I could help …
    Cheers,
    Battman

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Thumbnails don't show’ is closed to new replies.