Search Not Working
Search Not Working
wfleonard
Posts: 1Questions: 0Answers: 0
Link to test case:
Debugger code (debug.datatables.net): Uploaded
Error messages shown:
https://munihub.com/municalendar
Description of problem:
running 5.5
Search goes on forever caused by mysql collation errors. I modified the database and all the tables to CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci; dropped the view and recreated the view. still getting the same collations error.
Also ran the JS code for the datatables debugger with no real results
Replies
The link provided in the error message provides diagnostic steps and fixes. That is the place to start your debugging.