Not signed in (Sign In)

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

    • CommentAuthorokayteds
    • CommentTimeOct 20th 2009
     
    hi, i am just a newbie in php programming , was trying to implement plogger in my website . Installation succeeded , But when it comes to displaying individual images nothing is displaying.. I have one collection ie the default one for plogger and two albums in it , The albums have 4 and 15 images respectively ... Using trunk601. ... But when i click the gallery link in my website only the 2 albums are displayed... when i click on the repective albums nothing is displayed, may be some links might be misplaced - but i dont know where to edit it... Earlier i could use view as slide show since there was only one gallery ,,,I searched the internet for this prob and got a lot of links(not so perfect) ,but somehow still not able to get the output.... Please guide me through this problem ... I know this problem might be discussed here earlier , but i couldnt find the proper link... please help
    •  
      CommentAuthorkimparsell
    • CommentTimeOct 20th 2009
     
    okayteds: Can you please provide a link to your gallery so we can see first-hand what is happening?
    • CommentAuthorokayteds
    • CommentTimeOct 21st 2009 edited
     
    Posted By: kimparsellokayteds:Can you please provide a link to your gallery so we can see first-hand what is happening?

    http://www.unilecindia.com/sample1/trunk/
    •  
      CommentAuthorsidtheduck
    • CommentTimeOct 21st 2009 edited
     
    okayteds,

    For some reason, your server does not seem to be set up to use $_GET variables with an implied index.php page.
    For example, this album does not work:
    http://www.unilecindia.com/sample1/trunk/?level=album&id=2
    But this does:
    http://www.unilecindia.com/sample1/trunk/index.php?level=album&id=2

    Same with pictures, this does not work:
    http://www.unilecindia.com/sample1/trunk/?level=picture&id=4
    But this does:
    http://www.unilecindia.com/sample1/trunk/index.php?level=picture&id=4

    So what that means is that you should link to your gallery as:
    http://www.unilecindia.com/sample1/trunk/index.php
    Instead of:
    http://www.unilecindia.com/sample1/trunk/

    Or talk to your server about the issues you are having and see if they will work with you to get it working correctly.
    Thankful People: okayteds
    • CommentAuthorokayteds
    • CommentTimeOct 22nd 2009
     
    thanx m8 for the solution , with some adjustment i could make it work....