Gossamer Forum
Home : Products : Gossamer Forum : Pre Sales :

Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a

Quote Reply
Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a In reply to
In Reply To:
[root@neptun tools]# perl import.pl --type=UBB5 --source=/html/cgi-bin/ubb --clear-database --add-bad-email

In Reply To:
The Dir Info of the cgi/ubb/ directory is the following:

Did you mean cgi-bin/ubb?

All the code is doing there is:
Code:
if (-f $self->{source} . '/UltBB.setup') {
$conf = $self->{source} . '/UltBB.setup';
}
elsif (-f $self->{source} . '/cgi-bin/UltBB.setup') {
$conf = $self->{source} . '/cgi-bin/UltBB.setup';
}
else {
$self->{error} = 'Cannot locate UBB configuration file (UltBB.setup).';
return 0;
}
$self->{source} is the value of the --source option, so all it's doing is checking for the UltBB.setup file in the source directory as well as cgi-bin, otherwise it gives you the error you got. Are you sure you got the path to UBB correct?

Adrian
Subject Author Views Date
Thread Ultimate Bulletin Board, Version 5.44a MarkBT 16978 May 15, 2002, 6:09 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
Alex 16710 May 15, 2002, 9:17 AM
Thread Re: [Alex] Ultimate Bulletin Board, Version 5.44a
MarkBT 16802 May 15, 2002, 9:23 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
Alex 16725 May 15, 2002, 9:30 AM
Post Re: [Alex] Ultimate Bulletin Board, Version 5.44a
Alex 16723 May 15, 2002, 9:30 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16708 May 15, 2002, 12:31 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16637 Jul 8, 2002, 11:38 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16641 Jul 8, 2002, 7:47 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16667 Jul 10, 2002, 2:49 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16549 Jul 10, 2002, 3:18 AM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16583 Jul 10, 2002, 4:09 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16544 Jul 10, 2002, 4:00 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16537 Jul 10, 2002, 11:53 PM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16594 Jul 11, 2002, 2:19 AM
Post Re: [brewt] Ultimate Bulletin Board, Version 5.44a
yogi 16525 Jul 11, 2002, 2:20 AM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16559 Jul 11, 2002, 8:52 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16545 Jul 11, 2002, 11:11 AM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16534 Jul 16, 2002, 11:12 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16450 Jul 17, 2002, 8:03 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16492 Jul 20, 2002, 11:54 AM
Post Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
MarkBT 16461 Jul 27, 2002, 11:03 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16444 Jul 27, 2002, 9:18 PM
Post Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16436 Jul 28, 2002, 4:13 AM