Quote:
Today at 08:15 PM Annemie Coenen said this in Post #30
Hi,
In forumdisplay.php it comes up as MySQL database error and this is part of wot it has got on it "mysql error: Unknown column 'fanficrating' in 'field list'".
I am not really good @ all this but could any 1 help out.
|
You haven't ran the queries:
[sql]
ALTER TABLE forum ADD fanfictionforum SMALLINT(6) UNSIGNED DEFAULT '0' NOT NULL
[/sql][sql]
ADD fanficrating SMALLINT(6) UNSIGNED DEFAULT '0' NOT NULL
[/sql][sql]
ALTER TABLE thread ADD fanficrating VARCHAR(30) NOT NULL
[/sql]