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."