1.9RC2 sql bug
Hi,
new here so not sure if this is the place to report bugs?
New install of RC2 threw up a mysql instal error in the sql file.
The corrected part of the sql file is :-
Copy to clipboard
CREATE TABLE tiki_score ( event varchar(40) NOT NULL default '', score int(11) NOT NULL default '0', expiration int(11) NOT NULL default '0', PRIMARY KEY (event) ) TYPE=MyISAM;
There was a surplus " , " at the end of line 5 and a missing " ; " at the end of line 6, should that be important to the devs.
Other than that plus changing a few write permissions, the brower install worked just fine 😎
Back to read the manual and play with the new tiki.
hth