OJS 3.1.1 doesn't paginate

Hi everybody, I have a problem with my OJS 3.1.1, the pagination doesn’t work!! Please Helpme!!

Hi @david_marquez,

What part of the system are you looking at?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher

Finally I was able to solve the error by copying the archive function of OJS 3.0.2 to /ojs/pages/issue/IssueHandler.inc.php

Hi @david_marquez,

Can you describe what part of the system wasn’t paginating? I’m guessing the archive, from your resolution. What theme are you using? Was anything relevant appearing in the PHP error log?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher

I’m using bootstrap3 themes, in the php error log “call to a member function” appeared and I was directed to that function.

Hi @david_marquez,

You likely need to install the latest version of the bootstrap theme, rather than putting older code back in the issue handler. That will keep everything up to date and modern.

Regards,
Alec Smecher
Public Knowledge Project Team