Error: This site can’t be reached

I just create a new project (PHPMaker v2026.2) with no any extra code I generate the project on Development mode with Debug enable.

Now when I try to open the website, the table and views all the opening perfectly

But when I try to open the Users Table and UserLevels Table I got an error as -

This site can’t be reached

The connection was reset.

as I have generate the code in Development mode with the Debug enable, It doesn’t display the exact error cause.

  1. Since you have enable Debug, you may always check the log files and find the detailed error.
  2. Since the error said "The connection was reset" and you are using development code, double check your connection info generated in the .env.dev.local and make sure it is correct.
  3. Make sure the PHP driver for your database type is enabled in php.ini (You can connect your database with PHPMaker UI does not means you can connect with PHP, they use different drivers, the UI with .NET 8.)

Thanks for your help

now it is working by Disabling the Xdebug from Wamp Server
WAMP icon → PHP → PHP extensions → uncheck xdebug

That probably meant you have not downloaded the correct XDebug extension for your PHP, you may use XDebug's Installation Wizard to download the correct dll.