Catalogue isnt working

DDOSer

Member
Jan 10, 2017
63
0
Hey,

My Catolouge is fucked up.My developer was sorting it to put it tidy.Can someone help the catolouge doesnt work at all?
 

Blasteh

big tits
Apr 3, 2013
1,156
521
Run this
Code:
-- ----------------------------
-- Table structure for `user_auth_ticket`
-- ----------------------------
DROP TABLE IF EXISTS `user_auth_ticket`;
CREATE TABLE `user_auth_ticket` (
  `user_id` int(11) NOT NULL,
  `auth_ticket` varchar(60) NOT NULL,
  PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 

Users who are viewing this thread

Top