I am getting the error 6 code with private messaging.
it is covered in this thread but the code supplied dosent seem to work with MySQL 5.
http://forums.pligg.com/general-help...umber-6-a.html
Code:
CREATE TABLE `pligg_messages` ( `idMsg` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `title` VARCHAR( 250 ) NOT NULL , `body` TEXT NOT NULL , `sender` INT( 11 ) NOT NULL DEFAULT '0', `receiver` INT( 11 ) NOT NULL DEFAULT '0', `senderLevel` INT( 11 ) NOT NULL DEFAULT '0', `readed` INT( 11 ) NOT NULL DEFAULT '0', `date` TIMESTAMP NOT NULL DEFAULT 'CURRENT_TIMESTAMP' ) TYPE = MYISAM ;

Adam




Linear Mode




