View previous topic :: View next topic |
Author |
Message |
alenxVR6 -
Joined: 04 Dec 2003 Posts: 51 Location: Revere, Boston MA
|
Posted: Mon Apr 05, 2004 4:09 am Post subject: error 200, ok ??? i'm confused" |
|
|
"whats error 200
ok" |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon Apr 05, 2004 4:44 am Post subject: |
|
|
It means that their is program error in your PHP script or that
Register globals needs to be turned On in your php.ini
Your php.ini file is in C:\Windows |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Mon Apr 05, 2004 7:17 am Post subject: |
|
|
Sometimes it can mean the script executed sucessfully, however there is nowhere to go. _________________ Bienvenidos! |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Apr 05, 2004 2:42 pm Post subject: Re: error 200, ok ??? i'm confused" |
|
|
alenxVR6,
Error 200 means that the script was successfully executed but that it sent no output to the server. This can be a bug in the script or it can be a configuration problem (try the advice of TRUSTPunk).
Search this section of the forum for "error 200" for more information. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
alenxVR6 -
Joined: 04 Dec 2003 Posts: 51 Location: Revere, Boston MA
|
Posted: Tue Apr 06, 2004 1:20 am Post subject: |
|
|
my php.ini file ready as:
"
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = on
"
now i just get blank page... i guess there is something wrong with the code... |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Apr 06, 2004 1:27 am Post subject: |
|
|
Yes, the code would be the problem. _________________ Bienvenidos! |
|
Back to top |
 |
 |
alenxVR6 -
Joined: 04 Dec 2003 Posts: 51 Location: Revere, Boston MA
|
Posted: Tue Apr 06, 2004 2:57 am Post subject: |
|
|
iNaNimAtE wrote: | Yes, the code would be the problem. |
Thanks alot
all of you... |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Apr 06, 2004 3:18 am Post subject: |
|
|
I don't know if that was sarcastic or not, but you can send us the code and we can try and help you. _________________ Bienvenidos! |
|
Back to top |
 |
 |
|