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

Re: [syswsb] Import error UBB6

Quote Reply
Re: [syswsb] Import error UBB6 In reply to
Can you open up ubb_lib.cgi, and look for a line that says something like:
$version = "6.04d";
and paste what the line says?
(this is just so I know how to fix it for future releases)

If you have a correct version, you can always bypass that check in the code by modifying admin/GForum/Import/UBB.pm, around line 104, you'll see:
Code:
$self->debug("UBB version: $self->{ubb_ver}", 1);
If you add a line before that, so that you have:
Code:
$self->{ubb_ver} = "6.3.1.1";
$self->debug("UBB version: $self->{ubb_ver}", 1);

Adrian
Subject Author Views Date
Thread Import error UBB6 syswsb 7582 Oct 8, 2002, 3:03 PM
Thread Re: [syswsb] Import error UBB6
brewt 7440 Oct 8, 2002, 8:29 PM
Thread Re: [brewt] Import error UBB6
syswsb 7439 Oct 8, 2002, 8:40 PM
Thread Re: [syswsb] Import error UBB6
syswsb 7433 Oct 9, 2002, 4:11 AM
Thread Re: [syswsb] Import error UBB6
syswsb 7406 Oct 10, 2002, 6:03 AM
Thread Re: [syswsb] Import error UBB6
brewt 7397 Oct 10, 2002, 3:01 PM
Thread Re: [brewt] Import error UBB6
syswsb 7384 Oct 11, 2002, 3:30 AM
Post Re: [syswsb] Import error UBB6
bfuj 7243 Nov 12, 2002, 12:30 PM