Uber CMS Error

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
Try this SQL
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');
 

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
No problem, I just searched the error on google and got that result. Doesn't hurt to search for problems once in a while :p
lol, Found this thread posted right after yours. Look @ the comments and you will find all the answers you need :p
\

EDIT : Erm, did you have the updates web-build?
 

Users who are viewing this thread

Top