Bloomin Errors

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


Joined: 19 Sep 2003
Posts: 5

PostPosted: Tue Sep 23, 2003 9:33 am    Post subject: Bloomin Errors Reply with quote

Hi there,

I've been scratchin my head for a few days now... :roll:

If i'm not getting Error 200, it's HTML 500...I've removed all flock references as recommended by reading faqs all over the place, but i cannot get things to work.

I have tried both versions of cutecast and a few other discussion boards that fail mostly after the setup screen. :cry:

Any ideas?
Pete :D

ps - this is what ikonboard says my setup is... (i thought it may help someone help me)

Quote:

The absolute path to this script is: E:/server/cgi-bin, on a WINDOWS based platform.
This server is running perl version: 5.008.
DOCUMENT_ROOT: E:\server\htdocs.
CGI Version: 2.81

Has DB_File Perl module installed? No
Has CGI Perl module installed? Yes
Has DBI Perl module installed? No
Has DBD-Mysql Perl module installed? No

Environment:

$ENV{SCRIPT_NAME}: /cgi-bin/perl_test.cgi
$ENV{SERVER_NAME}: xxxxx
$ENV{HTTP_ACCEPT_ENCODING}: gzip, deflate
$ENV{PATH_INFO}: /cgi-bin/perl_test.cgi
$ENV{HTTP_CONNECTION}: Keep-Alive
$ENV{HTTP_ACCEPT}: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
$ENV{CONTENT_LENGTH}: 0
$ENV{REQUEST_METHOD}: GET
$ENV{SCRIPT_FILENAME}: E:\server\cgi-bin\perl_test.cgi
$ENV{COMSPEC}: C:\WINDOWS\COMMAND.COM
$ENV{SERVER_SOFTWARE}: Abyss/1.1.6 (Win32) AbyssLib/1.0.7
$ENV{REMOTE_USER}:
$ENV{WINDIR}: C:\WINDOWS
$ENV{PWD}: E:/server/cgi-bin
$ENV{HTTP_USER_AGENT}: Mozilla/4.0 (compatible; MSIE 5.01; Windows 95)
$ENV{REMOTE_PORT}: 5380
$ENV{SERVER_PORT}: 80
$ENV{REDIRECT_STATUS}: 200
$ENV{HTTP_ACCEPT_LANGUAGE}: en-gb
$ENV{REMOTE_ADDR}: xx.xx.xx.195
$ENV{SERVER_PROTOCOL}: HTTP/1.1
$ENV{PATH}: E:\PERL\BIN\;C:\WINDOWS;C:\WINDOWS\COMMAND
$ENV{GATEWAY_INTERFACE}: CGI/1.1
$ENV{DOCUMENT_ROOT}: E:\server\htdocs
$ENV{PATH_TRANSLATED}: E:\server\cgi-bin\perl_test.cgi
$ENV{HTTP_HOST}: mqitl

Include Path:

E:/Perl/lib
E:/Perl/site/lib
Back to top View user's profile Send private message
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Tue Sep 23, 2003 1:24 pm    Post subject: Reply with quote

ikonboard wont work without the dbi files.

ikonboard is ok but i feel is bloated!

hence the probs with it.


as for cutecast its the easier of the two....very simple if you ask me

cutecasts setup is fine whats the problem your having?

hey jacob me baby is 5 weeks old how time flies!
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
andersop
-


Joined: 19 Sep 2003
Posts: 5

PostPosted: Tue Sep 23, 2003 3:14 pm    Post subject: Reply with quote

i'm not trying to install ikonboard, that was just a useful file to get my basic system specs up. 8)

Cutecast is where i'm aiming, i've done a successful install on my webspace, but i cannot get passed the setup screen on my standalone web server.

With the flock in i get error 500, without i get error 200, with an output added as recommended to get rid of the 200, it can do either... 8O

Could the fact i'm using a non-internet accessed win95 machine be not helping? does cutecast need anything more than the standard Perl install, Aprelium & a bit a patience?

Ta,
Pete
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Sep 23, 2003 4:32 pm    Post subject: Reply with quote

andersop,

We don't know if this is described in Ikonboard's manual, but we found in ikonboad.conf file the line:

Code:

FLOCK    =1


So we suggest going back to the original Ikonboard files (prior to the flock modification), if possible, reinstall it. And modify the above line in ikonboard.conf to be:

Code:

FLOCK    =0



This should solve your flock() issue.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
andersop
-


Joined: 19 Sep 2003
Posts: 5

PostPosted: Wed Sep 24, 2003 8:35 am    Post subject: Reply with quote

Quote:
i'm not trying to install ikonboard, that was just a useful file to get my basic system specs up


When installing Cutecast, the log says the following;

Quote:
Undefined subroutine &main::file_write called at setup.cgi line 54.


This is the section it is stalling at, there are NO FLOCKS in this file, this is still the setup.cgi

Quote:
&file_write("$dir_txt/skins.txt");
print FILE "Orange\t$input{skinurl}\n";
&file_close(1);
&file_write("$dir_txt/languages.txt");
print FILE "English\tenglish\n";
&file_close(1);
&file_write("$dir_txt/leaders.txt");
print FILE "admin\n";
&file_close(1);
&file_write("$dir_txt/emails.txt");
print FILE "$input{emailaddress}\n";
&file_close(1);
&file_write("$dir_txt/title.txt");
print FILE qq~GEN=General


Any suggestions?

Pete :D
Back to top View user's profile Send private message
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Wed Sep 24, 2003 7:55 pm    Post subject: Reply with quote

have you read the cutecast readme carefully by putting all the files in the right directories?

if so is perl setup correctly? test perl to be sure. :wink:

make sure you have everything set correctly in the cgi directory of abyss

if its not set right errors will occur.
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
andersop
-


Joined: 19 Sep 2003
Posts: 5

PostPosted: Thu Sep 25, 2003 8:41 am    Post subject: Reply with quote

i am confident all directories are setup correctly as i've previously done a successful install on my home webspace.

How can i test perl? nothing wants to run. :(

PHP4 isn't compatible with Win95 is it? I'm thinking this may not be helping.

This is driving me potty as i've read all faqs, readmes & everything else available & nothing has really solved it. :roll:

P :)
Back to top View user's profile Send private message
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Thu Sep 25, 2003 5:49 pm    Post subject: Reply with quote

im believe after checking cutecasts requirements....unix and nt based windows machines can run cutecast.....but thats a little misleading as i have read and heard 98se will work as well.


hey jacob me cutecast forum is running hot! :wink:
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
andersop
-


Joined: 19 Sep 2003
Posts: 5

PostPosted: Fri Sep 26, 2003 8:23 am    Post subject: Reply with quote

i'm switching to a win98 computer now, it's a good excuse to get an 'upgrade' :lol:

Cheers
Pete
Back to top View user's profile Send private message
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