Mon Apr 02, 2012 7:07 pm |
Replies: 11 |
Views: 4618 |
|
|
That was it --- it was using a ? rather than a &.
Thank you so very much!
FYI - the code was on the same server. Also, I did try to use the DebugBreak but that did not do anything.
In a ...
|
Mon Apr 02, 2012 8:03 am |
Replies: 11 |
Views: 4618 |
|
|
The answer you gave seems to be related to the debugging not working at all.
It is working fine as I keep saying - however it just does not work in the cURL statement.
Please HELP!
|
Thu Mar 29, 2012 7:41 am |
Replies: 11 |
Views: 4618 |
|
|
This is SO frustrating. I have been trying to get an simple answer for almost a week. I used the "official" support form and no response. I have had this product for years and kept support f ...
|
Tue Mar 27, 2012 1:02 pm |
Replies: 11 |
Views: 4618 |
|
|
Just so we are clear here is the current code I am trying:
$url= JURI::root() . "geof/api.php?zipcode=" . $postal_code . "?DBGSESSID=99@127.0.0.1:7869:d=1";
$curl_handle=curl_i ...
|
Tue Mar 27, 2012 8:01 am |
Replies: 11 |
Views: 4618 |
|
|
I changed it to localhost and it still does not work. The debugger does not go into the cURL line.
|
Sat Mar 24, 2012 12:15 pm |
Replies: 11 |
Views: 4618 |
|
|
I have the following code which is a small part of a very large project.
$url= JURI::root() . "geo/api.php?zipcode=" . $postal_code . "?DBGSESSID=1@clienthost: ...
|
Wed Apr 29, 2009 4:33 pm |
Replies: 1 |
Views: 4059 |
|
|
Nevermind - I found the issue - in Tools | Settings I had the debugger host as clienthost (the default) once I changed it to localhost it seems to work!!!!
Whooo Hoooo
|
Wed Apr 29, 2009 4:31 pm |
Replies: 1 |
Views: 4059 |
|
|
I have looked at ALL of the posts.
I am able to run netstat -na|grep 7869 and it is listening on my server
I am able to run telnet localhost 7869 on the server and the black dot appears
Whe ...
|