Hi!
I have the following problem. I want to run and debug a CakePHP application that is set to NOT use mod_rewrite.
Unfortunately the problem with mod_rewrite not being set is that the string after the question mark in the URL is interpreted by CakePHP.
But no matter how I try to configure PHPEd or the debugger, PHPEd always adds the DBGSESSID=xxxx;d=1,p=0,c=1 parameter to the URL.
CakePHP tries to interpret that and dies.
How can I get PHPed to not add this DBGSESSID to the URL? Can PHPEd add it somehow as POST params so it is not visible in the URL?
I attached a screenshot for explanation!
We are using PHPEd now for a long time with the LimeSurvey project and it has been a huge help in the past. Thank you!
Best regards
Carsten