My database is not responding or displaying queries through Forms

Hi!

It seems your website is working fine for me:


Where is this “blank page” you’re getting?

Additionally, check your network requests page (on Chrome and many other browsers just click F12, then go to “Network” and reload the page) to see if you see a 500 error. If so, enable PHP errors using this:

That should help you debug if you are indeed getting an error (by default PHP error info is disabled to prevent leaking information).

7 Likes