Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
649 views
in Plugins by

hello !

i installed chat room plugin and when i gone to admin -->plugin a msg displayed "The Chat Room page module requires some database initialization."  then i clicked "Initialize Database" button which was down below this msg....

After clicking that i got the msg

"Running query: CREATE TABLE IF NOT EXISTS QandA_chat_posts ( `postid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL, `posted` datetime NOT NULL, `message` varchar(800) NOT NULL, PRIMARY KEY (`postid`), KEY `posted` (`posted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ...

Running query: CREATE TABLE IF NOT EXISTS QandA_chat_users ( `userid` int(10) unsigned NOT NULL, `lastposted` datetime NOT NULL, `lastpolled` datetime NOT NULL, `kickeduntil` datetime NOT NULL DEFAULT "2012-01-01 00:00:00", PRIMARY KEY (`userid`), KEY `active` (`lastpolled`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ...

Running query: CREATE TABLE IF NOT EXISTS QandA_chat_kicks ( `userid` int(10) unsigned NOT NULL, `kickedby` int(10) unsigned NOT NULL, `whenkicked` datetime NOT NULL, PRIMARY KEY (`userid`,`kickedby`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ...
 

The Chat Room page module has completed database initialization.

The Chat Room page module requires some database initialization."

please someone help me i don't know what it means......

by
Does it still say that when you go back to the plugins page?
by
yes... when i go to plugins page a msg i displaying like this
"The OAuth/OpenID page module requires some database initialization."
if i click this msg or if i do any changes in any plugins then save.... again the same msg.....
"The Chat Room page module requires some database initialization."  then i clicked "Initialize Database" button which was down below this msg....

After clicking that i got the msg

"Running query: CREATE TABLE IF NOT EXISTS QandA_chat_posts ( `postid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL, `posted` datetime NOT NULL, `message` varchar(800) NOT NULL, PRIMARY KEY (`postid`), KEY `posted` (`posted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ...

Running query: CREATE TABLE IF NOT EXISTS QandA_chat_users ( `userid` int(10) unsigned NOT NULL, `lastposted` datetime NOT NULL, `lastpolled` datetime NOT NULL, `kickeduntil` datetime NOT NULL DEFAULT "2012-01-01 00:00:00", PRIMARY KEY (`userid`), KEY `active` (`lastpolled`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ...

Running query: CREATE TABLE IF NOT EXISTS QandA_chat_kicks ( `userid` int(10) unsigned NOT NULL, `kickedby` int(10) unsigned NOT NULL, `whenkicked` datetime NOT NULL, PRIMARY KEY (`userid`,`kickedby`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ...
 

The Chat Room page module has completed database initialization.

The Chat Room page module requires some database initialization."

Please log in or register to answer this question.

...