• Resolved starfox14219

    (@starfox14219)


    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 utf8

    WordPress 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter starfox14219

    (@starfox14219)

    So I think maybe if i knew what tables and valuese to add to the sql database I could try that, or maybe its my mysql version? Its about 1 yr old so maybe just needs an update?

    Thread Starter starfox14219

    (@starfox14219)

    Manually added the missing table form the info on the codex to the database. Working fine now…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tag and catagorys not working’ is closed to new replies.