Not signed in (Sign In)

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

    • CommentAuthoronbeyond
    • CommentTimeNov 25th 2008
     
    hey there folks. i'm a serious novice when it come to php. i love plogger and find it useflu, but there's a major issue with displaying full size images. i have gone thru each of the various topics on this thread and cannot figure out why the same error keeps coming up.

    essentially everything would be fine if it did not add an "index.php" into the url. this is making me crazy.

    example:

    http://www.onbeyondmetamedia.com/ploggerb3/index.phpimages/print_media/cd_designs/wholesystementheos08.jpg

    this should read:
    http://www.onbeyondmetamedia.com/ploggerb3/images/print_media/cd_designs/wholesystementheos08.jpg

    i have tried all the specific fixes in the forums but it isnt working.

    any insight as to why is random "index.php" is being thrown into the code?
    • CommentAuthornicknomen
    • CommentTimeNov 27th 2008
     
    I'm having the same issue. It worked as it is supposed to at some point in time, but now it doesn't. If anybody has ideas, I'd greatly appreciate it. Until then... I guess I'll turn that feature off. Thanks!
  1.  
    i too am having this problem. the ONLY thing i changed was while following the direction: First line of HTML file -> <?php require("gallery.php"); ?>

    since i didnt install in the root dir, i changed that to -> <?php require("plogger/gallery.php"); ?>

    this is the result when i try to view full size images: http://headforthehillsmusic.com/gallery.phpimages/head_for_the_hills/poster_art/12-6-08foxtheatre.jpg
  2.  
    found the fix, easy enough..

    http://www.plogger.org/forum/discussion/1949/