Thu Feb 03, 2005 4:18 pm |
Replies: 1 |
Views: 6024 |
|
|
I have code which, through PHP, performs a backup of my database. I've also downloaded code which performs this function off of the internet.
When debugging, it works perfectly. When running thro ...
|
Fri Jan 02, 2004 4:56 pm |
Replies: 11 |
Views: 6680 |
|
|
It would be nice to be able to right click on a function you have defined elsewhere and choose something like 'go to definition' so that you could more easily work through problems.
Or is this alre ...
|
Fri Jan 02, 2004 1:16 pm |
Replies: 5 |
Views: 9690 |
|
|
Update: Had Norton Internet Security Blocking a little too much. Disabled it and it worked perfectly. Thank you for your help, though!
James
|
Thu Dec 25, 2003 4:11 pm |
Replies: 5 |
Views: 9690 |
|
|
I have successfully installed Nusphere on one machine. I have multiple licenses and am trying to install on another, but using the same CDs, when the browser is launched, I get errors like, "Cannot f ...
|
Thu Dec 25, 2003 4:00 pm |
Replies: 6 |
Views: 10681 |
|
|
I can debug through any number of files that are in the same directory as the directory containing the file that started the debug session. However, once I click to go to another .php file that is co ...
|
Tue Dec 09, 2003 5:43 pm |
Replies: 6 |
Views: 10681 |
|
|
make sure that cookies are enabled and debugger.enable_session_cookie
is set On in php.ini
I'm using the browser ( IE?) made available when you are debugging in the PHPEd program, and have edited ...
|
Mon Dec 08, 2003 2:44 pm |
Replies: 6 |
Views: 10681 |
|
|
I am able to successfully debug through my first URL of code. I run the same page to log in and click a link to perform an edit. Both of these actions stem from the same physical file (records.php). ...
|