View previous topic :: View next topic |
Author |
Message |
tuxlx -
Joined: 13 Apr 2004 Posts: 4
|
Posted: Sun May 16, 2004 5:02 pm Post subject: Error 200 and OsCommerce |
|
|
How can I solve this problem:
Abyss web server gives error report: "Error 200 OK", when I try open in OsCommerce-shopping cart program "My account" or "Checkout".
This problem appeared yesterday, when I was editing my site. :/ |
|
Back to top |
|
 |
jonleow -
Joined: 29 Apr 2004 Posts: 48
|
Posted: Sun May 16, 2004 5:37 pm Post subject: |
|
|
i also got that error before but one helpful forumer told me that it's nothing wrong. U need to use the 'echo' method to output some text. i may be wrong but it worked for my site. try it first.
Error 200 means that the script was executed but that it hasn't sent output to the server.
Try setting Register_globals to On in php.ini. Otherwise, check the configuration of the script. |
|
Back to top |
|
 |
tuxlx -
Joined: 13 Apr 2004 Posts: 4
|
Posted: Sun May 16, 2004 6:03 pm Post subject: |
|
|
jonleow wrote: | i also got that error before but one helpful forumer told me that it's nothing wrong. U need to use the 'echo' method to output some text. i may be wrong but it worked for my site. try it first. |
What do you mean ? If I add echo "Hi"; before sessions code, it gives out php error "Headers already sent by", and if after sessions code, it don't do anything
jonleow wrote: |
Error 200 means that the script was executed but that it hasn't sent output to the server.
Try setting Register_globals to On in php.ini. Otherwise, check the configuration of the script. |
register_globals was on |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sun May 16, 2004 7:21 pm Post subject: |
|
|
Do you have anything being sent to the user? _________________ Bienvenidos! |
|
Back to top |
 |
 |
tuxlx -
Joined: 13 Apr 2004 Posts: 4
|
Posted: Mon May 17, 2004 2:34 pm Post subject: |
|
|
Hi again,
I was lazy and installed osCommerce again and copyed mysql and files.... |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Mon May 17, 2004 11:46 pm Post subject: |
|
|
...and does it work? _________________ Bienvenidos! |
|
Back to top |
 |
 |
tuxlx -
Joined: 13 Apr 2004 Posts: 4
|
Posted: Tue May 18, 2004 5:53 am Post subject: |
|
|
Yep |
|
Back to top |
|
 |
|