Not signed in (Sign In)

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

    • CommentAuthorkanjigirl
    • CommentTimeNov 5th 2005
     
    This started this morning - about 1 in 10-15 times when I visit a full-image page, I'll see a list of the thumbnails in that same album pop up at the top of the Plogger wrapper like this:

    thumbs/14-northshore1.jpgthumbs/15-northshore2.jpgthumbs/16-northshore3.jpgthumbs/17-northshore4.jpgthumbs/18-northshore5.jpgthumbs/19-northshore6.jpg

    Here's a sample page (but note this is not happening all the time):

    http://parallaxwebdesign.com/projects/waterline/plogger/index.php?level=picture&id=15

    How do I stop this? It's happening sporadically but I need it not to happen when my client reviews his site...

    Debbie
    • CommentAuthorddejong
    • CommentTimeNov 5th 2005 edited
     
    I found something like that too. It didn't occur to me until I installed Nick's "Plugger". However, I found it to be a debug "echo" left in the code that spits out text filenames. Do a code search for "echo", and see if you can't find it.

    -- Derek

    Edit: I use "however" way too often.
    • CommentAuthorkanjigirl
    • CommentTimeNov 5th 2005
     
    That seems to have done it (just commented out that echo). Thanks Derek!