Not signed in (Sign In)

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

  1.  
    Hiya, I have integrated plogger into my site, which was far easier than gallery2 (which I spent over 12 hours trying to integrate!) I have made 3 collections, each with one album. I have uploaded 2 or 3 pictures into each album with no errors. However, when I click on the album thumbnail it takes me to a blank page...all of the images I loaded aren't there, no error comes up, it's just blank! Any ideas?!

    Link to the main page
    http://www.lucyinlondon.co.uk/index.php

    Thanks in advance
  2.  
    Bumping due to spammer who has riddled the board with crap!
    • CommentAuthorjlw
    • CommentTimeNov 2nd 2007
     
    There isn't much I can tell by viewing your page source, because the actual code for a Plogger picture page is generated by PHP code which is hidden from view. All I can do is make a couple of suggestions:

    -- Is the path in your <?php include("gallery.php"); ?> line correct? If the page that includes this line is outside your Plogger folder, you need to include the full path to the "gallery.php" file.

    -- Do your picture page templates include all the PHP lines needed to actually display the album images? When you're customizing a template it's very easy to accidentally omit a line, leave off a semicolon, etc. You might want to go back to the starting point a very simple album-display page (maybe one copied out of the Plogger default templates) and make sure that works, then add your other code back in gradually.