Please open up your ultimatebb.cgi file in Notepad - is there a line somewhere in the first few lines that looks something like this?

use CGI::Carp qw(fatalsToBrowser);

It should be around the lines that look like this:

use strict;
use CGI qw(:standard);