View previous topic :: View next topic |
Author |
Message |
imagineabyss -
Joined: 22 Apr 2003 Posts: 7
|
Posted: Wed Aug 20, 2003 10:59 pm Post subject: Debuggin PHP with Abyss |
|
|
How do I setup Abyss so that I can debug my PHP script. All i keep getting is ERRO 200
OK.
any help is appreciated even if its soemething i need to setup in PHP.ini |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Aug 21, 2003 3:36 pm Post subject: Re: Debuggin PHP with Abyss |
|
|
imagineabyss wrote: | How do I setup Abyss so that I can debug my PHP script. All i keep getting is ERRO 200
OK.
any help is appreciated even if its soemething i need to setup in PHP.ini |
You can add some echo statements in your code to monitor some variables.
For more advanced debugging, you can read the appendix "Debugging PHP" in the PHP Reference Manual. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
imagineabyss -
Joined: 22 Apr 2003 Posts: 7
|
Posted: Fri Aug 22, 2003 4:10 am Post subject: |
|
|
OK that I can do but still I can't see normal errors like problem in line 240 etc..
Is it just not possible with abyss |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Aug 22, 2003 12:16 pm Post subject: |
|
|
imagineabyss wrote: | OK that I can do but still I can't see normal errors like problem in line 240 etc..
Is it just not possible with abyss |
No web server can provide you with descent PHP debugging. It isn't its job. It is up to you to monitor your variables using another way (dump them in a file, use the PHP debugger as suggested above, or simply output their values to the current page).
By the way, how do you know that line 240 has an error? Have you also enabled full error logging in PHP.ini? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
p3 -
Joined: 17 Jun 2005 Posts: 615
|
Posted: Sat Jul 09, 2005 1:30 am Post subject: PHP Debugger |
|
|
EDIT: Fixed
Last edited by p3 on Sat Jul 09, 2005 3:26 pm; edited 1 time in total |
|
Back to top |
|
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Sat Jul 09, 2005 2:33 am Post subject: Re: PHP Debugger |
|
|
p3 wrote: | Does anyone know of a good php debugger? I friend of mine is trying to learn php, but his script (the first one he's ever written) won't work, and he asked me to figure out the problem. Seeing as I JUST learned php, I have NO experience, and can't find the problem... I'm thinking a good debugger would help both of us ;)... |
Run it and check the errors? =/
Thayre pretty detailed. _________________
 |
|
Back to top |
 |
 |
p3 -
Joined: 17 Jun 2005 Posts: 615
|
Posted: Sat Jul 09, 2005 3:25 pm Post subject: Re: PHP Debugger |
|
|
MonkeyNation wrote: | p3 wrote: | Does anyone know of a good php debugger? I friend of mine is trying to learn php, but his script (the first one he's ever written) won't work, and he asked me to figure out the problem. Seeing as I JUST learned php, I have NO experience, and can't find the problem... I'm thinking a good debugger would help both of us ;)... |
Run it and check the errors? =/
Thayre pretty detailed. |
No errors appeared... the page just came up as blank...
Anyway... It's fixed Now... |
|
Back to top |
|
 |
|