Hello,
I've installed it an now I got a problem by uploading files. I got this SQL-error:
Code:
Datenbankfehler in vBulletin 3.5.3:
Invalid SQL:
INSERT INTO dl_files (`name`, `desc`, `author`, `_author`, `uploader`, `uploaderid`, `url`, `date`, `category`, `size`, `pin`, `purgatory`, `link`)
VALUES('test', 'dgadfg', 'sdf', 'sdf', 'TeamO', '1545', '87292-arpr.zip', 1155487292, '1', 1311486, '0', '0', 0);
MySQL-Fehler : Unknown column 'desc' in 'field list'
Fehler-Nr. : 1054
Datum : Sunday, August 13th 2006 @ 06:41:32 PM
Skript : xxxxxxx
Referrer : xxxxxxxxx
IP-Adresse : yyy.yyy.yyy.yyy
Benutzername : test
Klassenname : vb_database
By changing the table-name description in dl_files to desc it works fine. What should I do, so that the tablename is desciption and all works?
T