mariadb 10 compatability and issues?
Installation and Configuration
soaringeagle:
no im not using the search engine now but i turned it off there was still a next page button on every page and it goes on forever
Just be aware that it will cause a higher DB load with that off - since it has to run each query twice (once to get the total count of items that match the search conditions + once to get the actual data). With JR's "optimized pager" it can avoid that since it just shows you prev/next page links (it doesn't have to figure out how many pages). When you get the end it just wraps back to the beginning.
So just an FYI.