Page 1 of 1

Error in debugging

PostPosted: July 16th, 2017, 12:32 am
by hassanayoub85
Dear,
When pressing F5 to debug code, this error appears:
{
Not Found
The requested resource /?XDEBUG_SESSION_START=BCFF573E was not found on this server.
}
Link: http://localhost:46592/?XDEBUG_SESSION_START=BCFF573E

Re: Error in debugging

PostPosted: July 17th, 2017, 10:17 am
by Miloslav Beno
Hello!

"The requested resource / was not found on this server" means the requested resource couldn't be found. Assuming the resource is there it might be caused by URL mapping not resolving to expected resource. Now it depends what your starting script is, which might depend on the framework you are trying to setup.

You might need to setup routing script in the project properties if you are using PHP Build-in web server. For IIS Express URL Rewrting rules or for Apache .htaccess

If you are just trying some simple script make sure you have index.php in your project.

Thanks!

Re: Error in debugging

PostPosted: November 8th, 2018, 3:19 pm
by Konrad0349
I recently installed this tool and started my trial. I cannot get the debug to work in any browser for PHP 7.1 or PHP 5.6. I get this error every time.

"Not Found
The requested resource /?XDEBUG_SESSION_START=A953DC9D was not found on this server."

I have searched this forum and the web with no luck on a solution.