Database_Exception [ 42000 ]: SQLSTATE[42000]: Syntax error or access violation: 1142 CREATE command denied to user 'hoursppc_hourspp'@'localhost' for table `hoursppc_biznewenc`.`votes` [ CREATE TABLE IF NOT EXISTS `votes` ( `id` int(11) NOT NULL, `uid` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `user` int(11) NOT NULL, `product` int(11) NOT NULL, `year` int(11) NOT NULL, `month` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ] ~ MODPATH/database/classes/kohana/database/pdo.php [ 157 ]