Not signed in (Sign In)

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

    • CommentAuthordjsolin
    • CommentTimeApr 20th 2006 edited
     
    Just like the title says, my pagination has disappeared and can't seem to get it to show. This is a screenshot of it and you may click on it so you can view it in action!:



    Anyone have any ideas of what is wrong with it? Thanks in advanced for your support! ;)
    • CommentAuthorddejong
    • CommentTimeApr 20th 2006
     
    Are you running any other scripts?

    The only time I've seen this, somebody was also running an advertising script which overwrote variables required by gererate_pagination().

    If you email me off list (derekREMOVETHIS@plogger.org), I'd be glad to help you troubleshoot it.

    Cheers,
    Derek
    • CommentAuthordjsolin
    • CommentTimeApr 20th 2006
     
    Thanks for replying to my post! Anyway, I have already emailed you my code for my files that go hand-in-hand with plogger. Hopefully you can see what is contradicting with it. Anyway, talk to you soon! ;)

    DJSOLIN


    • CommentAuthordjsolin
    • CommentTimeApr 24th 2006
     
    No response yet. I was wondering if someone would be kind to tell me what might be wrong with my pagination. Thanks in advanced! ;)
  1.  
    I am having the same exact problem and I am running other scripts.
    Also the pagination for the collections is not working properly.
    Please Check it out at
    www.cayucorace.org/cayuco_galleries
    I have limited the thumbnail number to five. When I use the default index file, the only pagination that works properly is that of the images, and the one of the albums. The collection's pagination points to a page that does not exist for the second page.
    Could somebody please list all the variables required for the pagination code?
    I would appreciate it.
    Thanks!
    • CommentAuthorxentrino
    • CommentTimeMar 16th 2007
     
    I was having the same problem with the pagination of albums. The pagination would show up sometimes but not every time. I did some debugging and discovered that the problem was $items_total was not being passed because the mysql resource was not connecting. I added the connect_db(); function to line 364 of gallery.php and it works every time now.

    If anyone has a better solution, please let me know.