throws: setRs($obj); $this->setPageSize($displayRows); $this->assignPageNumber($pageNum); $this->setRowNumber(0); $this->setOffSet(...
possibly using short php tags <? instead of <?php
throws: setRs($obj); $this->setPageSize($displayRows); $this->assignPageNumber($pageNum); $this->setRowNumber(0); $this->setOffSet(...
possibly using short php tags <? instead of <?php
replace <? with <?php in these 2 files PageLayout.php Paginated.php, then it can be activated
Thank you for the tip. I just ran into this. Clearly not yet fixed.
This topic has been closed to new replies.