I'm having a problem with my DB. I edited my default.cfg so it says
ID => [0, 'numer', 1, 8, 1, '', ''],
Hack Name => [1, 'alpha', 40, 255, 1, '', ''],
URL => [3, 'alpha', 40, 255, 1, 'http://', '^http://'],
Author => [4, 'alpha', 0, 60, 1, '', ''],
Demo => [5, 'alpha', 40, 255, 1, 'http://', 'http://'],
Date Added => [6, 'date', 12, 15, 1, &get_date, ''],
Category => [7, 'alpha', 0, 255, 1, '', ''],
Description => [2, 'alpha', '40x3', 500, 0, '', ''],
Versions => [8, 'alpha', 0, 15, 0, '', ''],
Userid => [9, 'alpha', -2, 15, 0, '', '']
Now, when I go to my db.cgi and every other page, I get an error that says "DBMan encountered an internal error. Please enable debugging to view." Can someone help me out.
BTW: I do have the debug thing set.
ID => [0, 'numer', 1, 8, 1, '', ''],
Hack Name => [1, 'alpha', 40, 255, 1, '', ''],
URL => [3, 'alpha', 40, 255, 1, 'http://', '^http://'],
Author => [4, 'alpha', 0, 60, 1, '', ''],
Demo => [5, 'alpha', 40, 255, 1, 'http://', 'http://'],
Date Added => [6, 'date', 12, 15, 1, &get_date, ''],
Category => [7, 'alpha', 0, 255, 1, '', ''],
Description => [2, 'alpha', '40x3', 500, 0, '', ''],
Versions => [8, 'alpha', 0, 15, 0, '', ''],
Userid => [9, 'alpha', -2, 15, 0, '', '']
Now, when I go to my db.cgi and every other page, I get an error that says "DBMan encountered an internal error. Please enable debugging to view." Can someone help me out.
BTW: I do have the debug thing set.

