Same thing is happening with meWhen I log-out and log-in, it says OOPS!USERNAME DOES NOT EXIST but its already in the database.
I hate it :LIts fantastic I used it for my retro for a couple months, rate 10/10
what table/column do u need?hi can i have the sql for this cms?
like what ever needed to make this cms fully working xDwhat table/column do u need?
username doesnt exist? do u even have an account? sometimes when u change skins u need to register againlike what ever needed to make this cms fully working xD
also i updated my post above, do u happen to know how to fix that?
umm, like the hk table, news table, etc. but let's just forget about the sql, i will try to add it myself, i was just hoping someone else already have it and can share so that it makes my work easier lol.username doesnt exist? do u even have an account? sometimes when u change skins u need to register again
and i dont understand what u mean. you said u need an sql for the cms to function so what is the table/column its asking for on the cms?
just ignore the error btw its nothing.
-- ----------------------------
-- Table structure for cms_news
-- ----------------------------
DROP TABLE IF EXISTS `cms_news`;
CREATE TABLE `cms_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`shortstory` text COLLATE latin1_general_ci,
`longstory` text COLLATE latin1_general_ci,
`published` int(10) NOT NULL DEFAULT '0',
`image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png',
`campaign` int(1) NOT NULL DEFAULT '0',
`campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL,
`author` int(6) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
thank you for the cms_news.cant do anything about the hk table as u never told me what exact table its looking forCode:-- ---------------------------- -- Table structure for cms_news -- ---------------------------- DROP TABLE IF EXISTS `cms_news`; CREATE TABLE `cms_news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL, `shortstory` text COLLATE latin1_general_ci, `longstory` text COLLATE latin1_general_ci, `published` int(10) NOT NULL DEFAULT '0', `image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png', `campaign` int(1) NOT NULL DEFAULT '0', `campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL, `author` int(6) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
no idea, maybe just a error in the cms. you might need a new one.
When I log-out and log-in, it says OOPS!USERNAME DOES NOT EXIST but its already in the database.
if u look at these two comments above they had the same issue you had and it never got a solution so in short terms you need to find a new cms and i found the cms_news table just by typing cms_news table devbest on googleSame thing is happening with me
Also I can;t get the staff page to work
oh dang it, i love this cms so much and it actually worked before i'm like editing it for a while already. it just suddenly happen, when i replace it with the original files. it stays the same. the problem might come from somewhere else hmm but its ok thanks for your help tho :}if u look at these two comments above they had the same issue you had and it never got a solution so in short terms you need to find a new cms and i found the cms_news table just by typing cms_news table devbest on google
where can i find the config file? i mean i cant edit with notepadd ++ @JerryYou edit the config file with the correct database details, duh