Habro CMS

Status
Not open for further replies.

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Lol... Yeah I took them out. You can add them directly at your client.php file.
 

iGlenn

:)
Jul 21, 2015
618
92
why am i getting errors with this cms? I am using a goldtree db and emu like u said and I am pretty sure I edited the config correctly but when I try to go to example localhost it shows error 404
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
why am i getting errors with this cms? I am using a goldtree db and emu like u said and I am pretty sure I edited the config correctly but when I try to go to example localhost it shows error 404
Sigh. Add me on Skype:- joe.g95
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
If you want, you've probably set it up wrong. Just PM me.
 

iGlenn

:)
Jul 21, 2015
618
92
@JMG swl's for for tmod table and radio_requests, etc? Thanks!
Bump

after doing some digging i found it, still working on the radio request

-- ----------------------------
-- Table structure for `tmod`
-- ----------------------------
DROP TABLE IF EXISTS `tmod`;
CREATE TABLE `tmod` (
`AppID` int(11) NOT NULL AUTO_INCREMENT,
`denied` varchar(255) NOT NULL DEFAULT '0',
`user` varchar(255) NOT NULL,
`real` varchar(255) NOT NULL,
`age` int(11) NOT NULL,
`location` varchar(255) NOT NULL,
`why` varchar(255) NOT NULL,
`dif` varchar(255) NOT NULL,
`additional` varchar(255) NOT NULL,
`agree` varchar(255) NOT NULL,
`reply` varchar(255) NOT NULL,
`save` varchar(255) NOT NULL,
PRIMARY KEY (`AppID`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
 

AusNGrant

Member
Jun 21, 2015
74
9
@GlennRetros
you are legit my brand new hero
Or instead of people spoon feeding you, you could actually look at the errors the webpage displayed for you and follow it:
"Unknown table tmod" make table tmod.
"Missing column name in tmod" create column called name.
Stuff like that. Really not hard.
 
Status
Not open for further replies.

Users who are viewing this thread

Top