Here's a bug... Can you follow these steps to replicate it?...
1) Go to
http://www.caymanactive.com/events
2) Filter on Event Category Run / Walk
3) The resulting page creates the link below for the 'Page 2' and 'Next Page' pagination buttons... it leads to an error page
Link the above steps produce:
mysite /events/categories/8?date=false&limit=10&start=10
It should be:
mysite /events/categories/8-run-walk?limit=10&start=10
The links may have been distorted a bit with the editor here - but hopefully you'll see the issue.. It's the
date=false bit causing the problem.