Not signed in (Sign In)

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

    • CommentAuthorkristoefer
    • CommentTimeFeb 28th 2009
     
    I'm really new to this software and have a bit of a situation .. I wanted to use gif in my gallery and show them moving in the large view. Thats no problem, I set Generate Intermediate Pictures? to unticked and it should of worked fine except when I look at it I get a nice error box where the picture should be. I looked at the source code and it shows the problem. A extra / .. what file do I edit to get ride of this extra slash, it seems like a needle in an haystack.

    //images/test/test/stonerchewy.gif
    • CommentAuthorkristoefer
    • CommentTimeFeb 28th 2009
     
    Never mind someone can delete this or keep it, it was a error in plog-functions.php ... take the / out of

    $thumb_config = $thumbnail_config[$type];

    if (1 == $thumb_config['disabled']) {
    return $config['baseurl'] . '/images/' . $path;
    }