Also possible solution for error in sh404sef joomla component or in Book library with pagenator
replace before code to
Code: |
$pagenum = intval($limitstart/15)+1; // blogs, tables, ...
|
where 15 are the number of books by page.
This works fine for book library but i don't know if i will have problems with other Joomla components