Welcome Guest, Not a member yet? Register   Sign In
Problem with pagination lib
#1

[eluser]louis w[/eluser]
I am having a problem with the pagination lib, everything works fine except the "1" and Prev links aren't working correctly.

My config is:
Code:
Nav Config = Array
(
    [base_url] => /blah/blah/blah/results/141/
    [total_rows] => 17
    [per_page] => 10
    [uri_segment] => 5
)

It shows 2 items in the nav list. When I click on 2, it redirects to /blah/blah/blah/results/141/10 and everything is fine. But when I click on 1 it also has an href of /blah/blah/blah/results/141/10...

There is no way to get back to the first page.

Any idea?
#2

[eluser]louis w[/eluser]
Found the problem..... I was trying to be clever and using $_SERVER['REQUEST_URI'] to set the base_url, so it was including the offset number in it. Duh. Set it manually and it works.




Theme © iAndrew 2016 - Forum software by © MyBB