Quote:
Originally Posted by Sovereign
Is anyone else having install trouble? The hack idea is great, but I'm having to run all queries manually because of
Code:
"CREATE TABLE ".TABLE_PREFIX." `userpage` (
`userid` INT( 15 ) UNSIGNED NOT NULL ,
`pagedata` TEXT NOT NULL ,
`rating` INT NOT NULL ,
`dateline` INT( 10 ) NOT NULL ,
`username` VARCHAR(255) NOT NULL,
PRIMARY KEY ( `userid` )
);
the "`"s around the vars, I'm getting SQL errors. If I delet them, (username instead of `username`) it runs fine.
|
The install script ran fine on my test board, but I'll go through and tweak it to get rid of those.
Amy