UberCMS error DB?

Giovanni1

Member
Mar 30, 2012
54
7
Hello devbest nice people i come today as in to see what was wrong with my hotel.
I have a problem in which it says :

'UberCMS has encountered an error
Unknown column 'webbuild' in 'field list'

yeah so if you have any fix? or solution please tell me thank you <3
 

Deion

Posting Freak
Jul 3, 2010
1,273
300
Insert into database;
Code:
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');
 

Users who are viewing this thread

Top