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 17087 May 15, 2002, 6:09 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
Alex 16818 May 15, 2002, 9:17 AM
Thread Re: [Alex] Ultimate Bulletin Board, Version 5.44a
MarkBT 16910 May 15, 2002, 9:23 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
Alex 16833 May 15, 2002, 9:30 AM
Post Re: [Alex] Ultimate Bulletin Board, Version 5.44a
Alex 16832 May 15, 2002, 9:30 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16817 May 15, 2002, 12:31 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16745 Jul 8, 2002, 11:38 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16750 Jul 8, 2002, 7:47 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16775 Jul 10, 2002, 2:49 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16657 Jul 10, 2002, 3:18 AM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16691 Jul 10, 2002, 4:09 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16652 Jul 10, 2002, 4:00 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16645 Jul 10, 2002, 11:53 PM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16702 Jul 11, 2002, 2:19 AM
Post Re: [brewt] Ultimate Bulletin Board, Version 5.44a
yogi 16633 Jul 11, 2002, 2:20 AM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16667 Jul 11, 2002, 8:52 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16653 Jul 11, 2002, 11:11 AM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16643 Jul 16, 2002, 11:12 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16558 Jul 17, 2002, 8:03 PM
Thread Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16600 Jul 20, 2002, 11:54 AM
Post Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
MarkBT 16569 Jul 27, 2002, 11:03 AM
Thread Re: [MarkBT] Ultimate Bulletin Board, Version 5.44a
brewt 16552 Jul 27, 2002, 9:18 PM
Post Re: [brewt] Ultimate Bulletin Board, Version 5.44a
MarkBT 16545 Jul 28, 2002, 4:13 AM