200 error

 
Post new topic   Reply to topic    Aprelium Forum Index -> Perl
View previous topic :: View next topic  
Author Message
Guest
Guest





PostPosted: Sun Jul 14, 2002 7:42 pm    Post subject: 200 error Reply with quote

i keep geting the 200 error when i try to go on it
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Jul 15, 2002 2:49 am    Post subject: Re: 200 error Reply with quote

Guest wrote:
i keep geting the 200 error when i try to go on it

Error 200 means that your script run correctly but that it sent no output to the server. So just add a little print "something" and the error message should disappear.
To know more, please read http://www.aprelium.com/forum/viewtopic.php?p=267&highlight=#267 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Guest
Guest





PostPosted: Mon Jul 15, 2002 11:05 pm    Post subject: Reply with quote

it's not a php script. it was a cgi script. :(
http://127.0.0.1/cgi-bin/ugb.cgi
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Jul 16, 2002 3:20 am    Post subject: Reply with quote

Guest wrote:
it's not a php script. it was a cgi script. :(
http://127.0.0.1/cgi-bin/ugb.cgi

PHP scripts are a special case of CGI scripts. The diagnostic of the error applies to whatever scripting language you use. In clear word, tell your script to write something to make the error disappear (in fact, the error is there to tell you that your scripts does not provide output to the web server).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Patrick1
Guest





PostPosted: Mon Dec 02, 2002 5:01 pm    Post subject: Re: 200 error Reply with quote

aprelium wrote:
Guest wrote:
i keep geting the 200 error when i try to go on it

Error 200 means that your script run correctly but that it sent no output to the server. So just add a little print "something" and the error message should disappear.
To know more, please read http://www.aprelium.com/forum/viewtopic.php?p=267&highlight=#267 .


I ran into this 200 Error ok
followed the above link....suggested to ad a sniplet of code
To make the script behave correctly, just add a line:
Code:
<?
$a=1+2;
echo "The sum is $a";
?>
Sorry...i am close to getting my script to work....where shall I place the code
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Dec 03, 2002 5:34 am    Post subject: Re: 200 error Reply with quote

Patrick1 wrote:

I ran into this 200 Error ok
followed the above link....suggested to ad a sniplet of code
To make the script behave correctly, just add a line:
Code:
<?
$a=1+2;
echo "The sum is $a";
?>
Sorry...i am close to getting my script to work....where shall I place the code

In clear words, tell your script to write something using echo or another printing command. The example is very simple and clear we think. And so is the conclusion to draw from it :D
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Perl All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group