Tetra-WebBBS Support Forum

Re: Rebuild of Data Base
In Response To: Re: Rebuild of Data Base ()
print "Content-Type: text/html: \n\n";use CGI::Carp
: qw(fatalsToBrowser);

: Did the server echo an error message ?

I added the two lines, and below is what the top of my index.pl lookes like. I clicked the rebuild link and I just got the same results. All I got was a box that came up asking if I wanted to save the file or find a program to open it. It seem to think I want to download the file.

#!/usr/bin/perl

#print "Content-Type: text/html \n\n";

use CGI::Carp qw(fatalsToBrowser);

#<<<
#######################################
# --- TetraBB PRO ---
# By: tetrabb.com
# Version: 0.22.120.D
# Last modified: 2010-08-08
# Copyright (c) 2008-2010
# Website: http://tetrabb.com
# For more details see license.txt
#
# Entry script: pro_admin_config.pl
# Author: Rainer Libowski
#
#######################################