Welcome Guest, Not a member yet? Register   Sign In
Paginator links are not updating
#3

[eluser]Steve Moss[/eluser]
[quote author="Cristian Gilè" date="1299509859"]Do you remove index.php from your URLs ? Otherwise the base_url setting is wrong and it should be:

Code:
$paginationConfig['base_url'] = site_url('admin1/item/index/');


Cristian Gilè[/quote]
I removed it, yes. The problem was that it took third URI param, but it needed forth. Just added
Code:
$paginationConfig['uri_segment'] = '4';
and it works fine now, thanks.


Messages In This Thread
Paginator links are not updating - by El Forum - 03-06-2011, 09:47 AM
Paginator links are not updating - by El Forum - 03-07-2011, 02:57 AM
Paginator links are not updating - by El Forum - 03-07-2011, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB