Gossamer Forum
Home : Products : DBMan : Installation :

Re: error @ line 63 of db.cgi

Quote Reply
Re: error @ line 63 of db.cgi In reply to
Looks like perhaps this line:

# Stop the timer and print.
if ($db_benchmark) { $t1 = new Benchmark; print "<h6>Processing Time: " . timestr(timediff($t1, $t0)) . "</h6>"; }

In your .cfg file you can comment out the line for benchmarking if you are not using it.

# $db_benchmark = 0;

I think this will stop the error from reporting.

Hope this helps

Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Subject Author Views Date
Thread error @ line 63 of db.cgi kenmkuhl 7593 Aug 22, 2000, 7:37 PM
Post Re: error @ line 63 of db.cgi
LoisC 7452 Aug 23, 2000, 12:28 AM
Post Re: [kenmkuhl] error @ line 63 of db.cgi
ctwardy 7275 Feb 8, 2005, 6:19 PM