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.
_______________________________________________
Mailing list: https://launchpad.net/~phpdevshell
Post to : [email protected]
Unsubscribe : https://launchpad.net/~phpdevshell
More help : https://help.launchpad.net/ListHelp