I don't think your database will work with UberCMS if you get that error. Try a new DB.sqlHow do I fix this error? UberCMS has encountered an error
Unknown column 'webbuild' in 'field list'
DROP TABLE IF EXISTS `site_config`;
CREATE TABLE `site_config` (
`maintenance` enum('0','1') NOT NULL DEFAULT '0',
`webbuild` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of site_config
-- ----------------------------
INSERT INTO `site_config` VALUES ('0', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/711');
No problem, I just searched the error on google and got that result. Doesn't hurt to search for problems once in a whileIt worked. Thank you, man.
lol, Found this thread posted right after yours. Look @ the comments and you will find all the answers you needNo problem, I just searched the error on google and got that result. Doesn't hurt to search for problems once in a while