Welcome Guest, Not a member yet? Register   Sign In
create_links() making a fatal error
#4

[eluser]therealmaloy[/eluser]
Mart

change this:

Code:
$page = array('posts_listing' => $posts_page,
              'make_links' => $this->paginate->create_links());

to this:

Code:
$page = array('posts_listing' => $posts_page,
              'make_links' => $this->pagination->create_links());


check out the $this->pagination not $this->paginate, remember you loaded a pagination class not paginate class, as i've stressed on my first post...

try this again and let us know...


Messages In This Thread
create_links() making a fatal error - by El Forum - 01-06-2009, 11:31 AM
create_links() making a fatal error - by El Forum - 01-06-2009, 03:32 PM
create_links() making a fatal error - by El Forum - 01-07-2009, 12:40 PM
create_links() making a fatal error - by El Forum - 01-07-2009, 01:20 PM
create_links() making a fatal error - by El Forum - 01-07-2009, 02:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB