Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthoradrian.
    • CommentTimeFeb 8th 2006
     # 1
    Just setup a gallery of photos here: http://photos.thelip.co.uk/photos/

    and run the thumbnailer on the gallery on the folder sunny and it's not showing the thumbnails. there seems to be a double forword slash in the html that might be causing the problem...

    any ideas anyone?
    •  
      CommentAuthorMark
    • CommentTimeFeb 8th 2006
     # 2
    This is a shot in the dark, but try changing line 1145 of index.php from this:

    $CurrentPath = $RootPath."/".BuildLiteralPath($Config->FolderNavigator);

    to this

    $CurrentPath = FilePath($RootPath, BuildLiteralPath($Config->FolderNavigator));
    •  
      CommentAuthoradrian.
    • CommentTimeFeb 8th 2006
     # 3
    that worked. thankyou very much.
    •  
      CommentAuthorMark
    • CommentTimeFeb 8th 2006
     # 4
    Sweet!
Add your comments
    Username Password
  • Format comments as