Welcome Guest, Not a member yet? Register   Sign In
Pagination doesn’t work in Sub-folders?
#1

[eluser]websteks[/eluser]
I can’t get Pagination to work when I use sub-folders, I’m wanting to separate my admin en public scripts. It works fine like /function/index/5 and not in /folder/function/index/5.
It generates Pagination, after selecting a page is generates the output but de Pagination doesn’t adopt, it stays in the start position.

I’m almost positive my settings are fine, including ‘uri->segment’.

I sure need a hand, any ideas?
#2

[eluser]xwero[/eluser]
what base url are you using?
#3

[eluser]websteks[/eluser]
Code:
$config['base_url'] = 'http://www.mydomain.com/index.php/back/mailing/index/';
#4

[eluser]websteks[/eluser]
if have changed the base_url to use site_url, also did add a route
http://ellislab.com/forums/viewthread/49852/#266938

Code:
$config['base_url'] = site_url('back/mailing');

it works great now!




Theme © iAndrew 2016 - Forum software by © MyBB