I recommend checking the HTTP call to the API (backend_events.php) in the browser developer console (Network tab).
Most likely, you will see a DB-related error instead of the expected JSON array with events. The error details should point you in the right direction.