ArtsCore Studios - Where simplicity is the core...
ArtsCore Studios - Where simplicity is the core...
Home...Products...Services...Community...About Us...
Read Only Forum
This forum will be replace soon using the SQL version. For now if you want to post something please go to http://forum.cutecast.org/support
ArtsCore Forums User Cp  |  Register  |  Members  |  Search  |  Help
    |- Technical Support > Windows World Post New Topic   Post A Reply
Problem starting cutecast.pl printer friendly version
next oldest post
Author Messages
fksumon
Private

Gender: Male
Location:
Registered: Jul 2004
Status: Offline
Posts: 1

Click here to see the profile for fksumon Send email to fksumon Find more posts by fksumon
Posted Thursday, July 15, 2004 @ 03:33 AM  

I had received the following error message when I tried to start the cutecast.pl file

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

Please help me to solve it.

Zobi
Private

Gender: Unspecified
Location:
Registered: Aug 2004
Status: Offline
Posts: 2

Click here to see the profile for Zobi Send email to Zobi Find more posts by Zobi
Posted Tuesday, August 10, 2004 @ 01:44 AM  

I have exactly the same error message.

Would be extremely grateful if somebody could help with this.

<Gets on knees and begs>

I have tried changing the path as suggested on other parts of fourm, but to no avail...

[Edit by Zobi on Tuesday, August 10, 2004 @ 01:45 AM]

[Edit by Zobi on Tuesday, August 10, 2004 @ 02:30 AM]

kcmmorris
Private

Gender: Unspecified
Location:
Registered: Sep 2004
Status: Offline
Posts: 1

Click here to see the profile for kcmmorris Send email to kcmmorris Find more posts by kcmmorris
Posted Wednesday, November 3, 2004 @ 01:36 PM  

I had this trouble because my cutecast.pl file used the standard "require" line.
I had to edit cutecast.pl to use what my Windows server needed instead of require.
For example, every time cutecast.pl had a line like
require "$cutecast_fullpath/lib/ac_forums.cgi";

I would comment it out like
#require "$cutecast_fullpath/lib/ac_forums.cgi";

And replace it with
if( $ENV{'SERVER_SOFTWARE'} =~ /IIS/ ) {
$yyIIS = 1;
$0 =~ m~(.*)(\\|/)~;
$yypath = $1;
$yypath =~ s~\\~/~g;
chdir($yypath);
push(@INC,$yypath);
}
use CGI qw(header cookie);
$CGI::HEADERS_ONCE = 1;
require "$cutecast_fullpath/lib/ac_forums.cgi";

Notice the last line is the same require line. You could just put all that crap before the require line. Anyway, you probably need to contact your hosting to see if this is what is needed. That's what my hosting needed for cutecast to work.

Post New Topic   Post A Reply Jump to:
Contact Us | ArtsCore Studios | Privacy Policy All times are GMT +8 Hours.
Welcome to ArtsCore Studios, Guest!  
Login
Username :
Password :
In order to fully utilize the abilities of this board, you are required to register as a member. Registration is free, and allows you to do lots of things including turning on or off certain features of this board. Register now!
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any administrator or moderator
Who Can Post Replies? Any administrator or moderator
Who Can Edit Posts? Any original author
Do you find yourself lost in windows box? How do I chmod in windows? Ask your questions here.
Currently Active Users: 9
There are currently 0 members and 9 guests on the boards. | Most users ever online was 110 on 01-28-2004 02:40 PM
Search This Forum
Search Keywords: Search From:
Powered by CuteCast v2.0 BETA 2
Copyright © 2001-2003 ArtsCore Studios