Advertisement
Azelphur

Untitled

Dec 3rd, 2011
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. PDOException: SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'gid' doesn't exist in table: CREATE TABLE {wowtoon_entity} ( `toon_key` VARCHAR(255) NOT NULL DEFAULT '', `url` VARCHAR(255) NOT NULL DEFAULT '', `update_status` INT DEFAULT 0, `name` VARCHAR(255) DEFAULT '', `zone` VARCHAR(5) DEFAULT '', `realm` VARCHAR(255) DEFAULT '', `fullname` VARCHAR(255) DEFAULT '', `battlegroup` VARCHAR(255) DEFAULT '', `level` INT DEFAULT NULL, `avg_ilevel` INT DEFAULT NULL, `avg_ilevel_best` INT DEFAULT NULL, `achievement_points` INT DEFAULT NULL, `guild_name` VARCHAR(255) DEFAULT '', `guild_lifetime` INT DEFAULT NULL, `guild_weekly` INT DEFAULT NULL, `guild_rank` INT DEFAULT NULL, `raceId` INT DEFAULT NULL, `race` VARCHAR(255) DEFAULT '', `genderId` INT DEFAULT NULL, `gender` VARCHAR(255) DEFAULT '', `classId` INT DEFAULT NULL, `class` VARCHAR(255) DEFAULT '', `factionId` INT DEFAULT NULL, `faction` VARCHAR(255) DEFAULT '', `armory_render` VARCHAR(255) DEFAULT '', `lifetimehonorablekills` INT DEFAULT NULL, `professions` TEXT DEFAULT NULL, `audit` TEXT DEFAULT NULL, `progression` TEXT DEFAULT NULL, `added_to_database` INT DEFAULT 0 COMMENT 'Timestamp when the this toon first scanned.', `updated_on_armory` INT DEFAULT NULL COMMENT 'Timestamp (to the day) of the \"Last Updated\" string from armory.', `updated` INT DEFAULT 0 COMMENT 'Timestamp of last successful update. Used when updating for if-modified-since header.', `update_attempted` INT DEFAULT 0 COMMENT 'Timestamp of last update call. Used if an invalid toon is returned so we don’t continue attempting to update.', PRIMARY KEY (`toon_key`), INDEX `gid` (`gid`) ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT 'Stores wowtoon items.'; Array ( ) in db_create_table() (line 2684 of /var/www/includes/database/database.inc).
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement