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! ;)
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! ;)
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!
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.