NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
[resolved] CakePHP & DBGSESSID


Joined: 05 Jun 2008
Posts: 1
Reply with quote
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
View user's profileFind all posts by limesurveySend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
You may want to use External browser (either FF or IE) and start debug session using debugger toolbar.
Alternatively you can start debug session with DebugBreak() function call.
Finally you can update mod_rewrite rules to have DBGSESSIONID in the query_string to pass through. In this case Run with debugger will work fine in the IDE.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
[resolved] CakePHP & DBGSESSID
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic