Tag and catagorys not working
-
On install of bioth stable and beta versions, on a clean database….
get the error
WordPress database error: [Specified key was too long; max key length is 767 bytes]
CREATE TABLE wp1_terms ( term_id bigint(20) NOT NULL auto_increment, name varchar(200) NOT NULL default ”, slug varchar(200) NOT NULL default ”, term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), UNIQUE KEY slug (slug), KEY name (name) ) DEFAULT CHARACTER SET utf8WordPress database error: [Table ‘wordpress.wp1_terms’ doesn’t exist]
INSERT INTO wp1_terms (name, slug, term_group) VALUES (‘Uncategorized’, ‘uncategorized’, ‘0’)WordPress database error: [Table ‘wordpress.wp1_terms’ doesn’t exist]
INSERT INTO wp1_terms (name, slug, term_group) VALUES (‘Blogroll’, ‘blogroll’, ‘0’)Success!
then it gives me my pasword and lets me log in, but when i try and create a tag it says …. Could not insert term into the database
anyone know of a fix?
- The topic ‘Tag and catagorys not working’ is closed to new replies.