Hi,
I just installed aphpkb and I was totally blown by its
usefulness, simplicity and ease of use. GREAT JOB!
I have a bug to report. I followed the instructions
and came up with an empty category list. I dug a
little and found the following problem in akb.sql:
CREATE TABLE categories (
CatID int(3) unsigned NOT NULL auto_increment,
Category varchar(50) NOT NULL default '',
Parent int(3) NOT NULL default '0',
Approved char(1) default 'N',
PRIMARY KEY (CatID)
) TYPE=MyISAM;
INSERT INTO categories VALUES (1, 'Linux', 'Y', '0');
See, even Parent and Approved are REVERSED in the
CREATE TABLE statement. This can be corrected simply
by swapping the lines for the definitions of the two
fields. I just did it and it worked fine.
Once again, great work! Regards,
Georger
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis.
Instale o discador agora! http://br.acesso.yahoo.com/
|