← Back to team overview

phpdevshell team mailing list archive

Re: [Question #220604]: V3.2.0 and V3.1.2 Installation Failure

 

Question #220604 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/220604

    Status: Open => Answered

TitanKing proposed the following answer:
It is strange that it missed that table, try running this manually and
trying again:

CREATE TABLE `pds_core_menu_access_logs` (
	`log_id` int(20) NOT NULL AUTO_INCREMENT,
	`menu_id` varchar(64) NOT NULL,
	`user_id` int(10) DEFAULT NULL,
	`timestamp` int(10) DEFAULT NULL,
	PRIMARY KEY (`log_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.