PDA

View Full Version : What Error Is This?


Invalid ID
05-02-2007, 02:49 PM
May I know what error this can be?


Database error in vBulletin 3.6.5:

Invalid SQL:

CREATE TABLE IF NOT EXISTS scwho (
ID INT UNSIGNED PRIMARY KEY NOT NULL AUTO_INCREMENT,
USERNAME CHAR(255),
SUBROOM CHAR(255),
HIDDEN INT UNSIGNED,
UID INT UNSIGNED,
ADMIN INT UNSIGNED);

MySQL Error : Can't create table 'scwho' (errno: 13)
Error Number : 1005
Date : Wednesday, May 2nd 2007 @ 02:13:40 AM

Invalid ID
05-06-2007, 03:25 PM
Thanks for the help

Paul M
05-06-2007, 03:33 PM
Error 13 = permission denied

Speak to your host.

Invalid ID
05-08-2007, 01:39 AM
I may have disabled this Mod... If I could now what mod is this, I can read it's 'readme' and undo all the steps I took while installing this mod.