• When I click on a page in the pagebrowser, the pagination class says:
    It is necessary to specify the limit of items to show per page ($class->limit(10))

    I solved this by changing linenumber 319 in usercontrol.php:
    $pageLimit = (isset($_REQUEST[‘page-limit’]) && $_REQUEST[‘page-limit’]!=”) ? $_REQUEST[‘page-limit’] : 10;

    http://wordpress.org/extend/plugins/user-control/

  • The topic ‘Bug in pagination solved’ is closed to new replies.