Not signed in (Sign In)

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

    • CommentAuthortherow2
    • CommentTimeSep 7th 2008
     
    right, i embedded loads of gallerys into my site this works fine. But wehn you get right to where you preview a single image, where you should be able to click it and then you see the full image, it comes up as a 404 page not found!?

    http://therow2.com/fansgallery.phpimages/fans_images/xrtrx_shameless/saints-row-2-xrtrx.gif

    You can see where the problem is.. but i cannot solve it!?

    Any help would be greatly appreicated.

    Cheers, Dan.
  1.  
    Same problem here...
    The requested URL /fotoalbum2.phpimages/virtuele_expositie/jan_willemen_-_dongen_e.o./img_4032.JPG was not found on this server
    • CommentAuthortherow2
    • CommentTimeSep 7th 2008
     
    does anybody ie plogger people look at this forum?
    •  
      CommentAuthorkimparsell
    • CommentTimeSep 7th 2008
     
    Therow2 -

    Yes, the dev team (including me) do look at this forum, and we do answer posts. We're all volunteers, so we spend time providing support when we can.

    What version of Plogger are you using - the download from the main page?
    • CommentAuthortherow2
    • CommentTimeSep 7th 2008
     
    yup the download fomr the main page :), downloaded it today, cheers,

    just looked at my post i didn't mean it to be offensive if you took it that way! :D sorry!!!!!
    •  
      CommentAuthorkimparsell
    • CommentTimeSep 7th 2008
     
    This issue has been reported before. The fix that sidtheduck provided can be found in post #2 in that thread, but I'll post it again here as well:

    Open 'plog-functions.php' and find the following code:
    function plogger_get_source_picture_url() {
    global $config;
    return (!empty($config['allow_fullpic'])) ? $config["baseurl"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#";
    }

    and change it to read:
    function plogger_get_source_picture_url() {
    global $config;
    return (!empty($config['allow_fullpic'])) ? $config["gallery_url"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#";
    }

    That should fix the issue with getting a 404 error when clicking through to the full-size image.

    Let me know if any of you are still having problems.
    Thankful People: therow2
    • CommentAuthortherow2
    • CommentTimeSep 7th 2008
     
    Thanks m8, sorry i did look on the forum first but couldn't see it, cheers again!
  2.  
    Hi kimparsell
    Works okay now.

    I can see you are volunteers: profesionals usually do not have solutions so fast ;=)
    Thanks.