View previous topic :: View next topic |
Author |
Message |
djx -
Joined: 06 Mar 2004 Posts: 51
|
Posted: Wed Apr 28, 2004 7:04 pm Post subject: Error 200? Whatt is the meaning of it? |
|
|
Hi!
I run IPB and am trying to run a php file that updates a my sql database buti kep gettin error 200....OK
What does this error mean?
Darren _________________ Thanks, |
|
Back to top |
|
 |
Axis -
Joined: 29 Sep 2003 Posts: 336
|
Posted: Wed Apr 28, 2004 9:14 pm Post subject: |
|
|
Hi Darren--
Have you followed the instructions here?
"Why is a sercurity alert displayed when I try to view a PHP script?"
http://www.aprelium.com/abyssws/faq.html#A2-2
First thing to check, I think.
Regards,
Axis |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Wed Apr 28, 2004 11:24 pm Post subject: |
|
|
If you would like to know what Error 200 means:
200, "ok" is when the script has successfully executed, however there is no feedback to give to the user. It takes in data, but it has nothing to do with it. _________________ Bienvenidos! |
|
Back to top |
 |
 |
djx -
Joined: 06 Mar 2004 Posts: 51
|
Posted: Thu Apr 29, 2004 7:21 am Post subject: ? |
|
|
The fiel should echo A line to say its comp[leted though when its updated the database?
DArren _________________ Thanks, |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri Apr 30, 2004 12:09 am Post subject: |
|
|
It doesn't always have to echo text; it just has to do something with the data it collects. You can't just ask a script to collect all these variables, and then close the script; you have to do something with them. That doesn't mean you have to give the user any feedback though. If you say nothing, it will just show a blank page. _________________ Bienvenidos! |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Apr 30, 2004 12:47 pm Post subject: Re: Error 200? Whatt is the meaning of it? |
|
|
djx,
Error 200 means that the script was executed but that it hasn't sent output to the server.
If it is a PHP script, try setting Register_globals to on in php.ini . Otherwise, check the configuration of the script. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|