Advertisement
Guest User

dis ting

a guest
Sep 18th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Installing...
  2. Use of uninitialized value $include in concatenation (.) or string at ./install-slashsite line 528.
  3. DBD::mysql::db do failed: Key column 'points' doesn't exist in table at ./install-slashsite line 450.
  4. The CREATE TABLE command below failed. This almost certainly means
  5. the rest of the slashsite installation will fail, so we're aborting.
  6. This is probably because your SQL user associated with your
  7. DBIx::Password user 'slash' lacks CREATE and/or DROP permissions.
  8. Fix this, or whatever the problem is, and rerun install-slashsite.
  9. Failed command: CREATE TABLE users_comments ( uid mediumint UNSIGNED NOT NULL,posttype mediumint DEFAULT '2' NOT NULL, defaultpoints tinyint DEFAULT '1' NOT NULL, highlightthresh tinyint DEFAULT '4' NOT NULL, maxcommentsize smallint UNSIGNED DEFAULT '4096' NOT NULL, hardthresh tinyint DEFAULT '0' NOT NULL, clbig smallint UNSIGNED DEFAULT '0' NOT NULL, clsmall smallint UNSIGNED DEFAULT '0' NOT NULL, reparent tinyint DEFAULT '1' NOT NULL, nosigs tinyint DEFAULT '0' NOT NULL, commentlimit smallint UNSIGNED DEFAULT '100' NOT NULL, commentspill smallint UNSIGNED DEFAULT '50' NOT NULL, commentsort tinyint DEFAULT '0' NOT NULL, noscores tinyint DEFAULT '0' NOT NULL, mode ENUM('flat', 'nested', 'nocomment', 'thread','improvedthreaded') DEFAULT 'improvedthreaded' NOT NULL, threshold tinyint DEFAULT '0' NOT NULL, PRIMARY KEY (uid), KEY points (points)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement