CodeIgniter Forums
impossible to debug CI controller in netbeans with Xdebug ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: impossible to debug CI controller in netbeans with Xdebug ? (/showthread.php?tid=50292)



impossible to debug CI controller in netbeans with Xdebug ? - El Forum - 03-21-2012

[eluser]ludo31[/eluser]
Hello ;
I try to make run debug in netbeans and it works , but when I try with CI I can't with controller file and there is a message like that
Code:
Forbidden

You don't have permission to access /MonSite/application/controllers/annonce.php on this server.

I already change the config

Code:
$config['uri_protocol'] = "PATH_INFO";
$config['enable_query_strings'] = TRUE;

When I make breakpoint on a line in particular controller an right click debug I have this kind of message :

Code:
Forbidden

You don't have permission to access /MonSite/application/controllers/annonce.php on this server.

thanks for your help