I have a working pagination code on my machine using PHP5.4 After upgrading to PHP5.6 the pagination stays on the first page. When i clicked on the next page, the address bar show the page number (i.e: http://mysite/page?page=4). However, the button still on page 1. The same code still working on my Windows (WAMP) using PHP5.5. Fyi, im using Freebsd 9.1, Nginx, PHP5.6 (upgraded) Is there something to do with PHP itself, or am i missing some extensions?
Found extra information, I have installed laravel logviewer package on this app. The pagination that come with this package also didn't works. I suspect that, this is nothing to do with code. Maybe php or nginx config.