Datastore Error urgent help needed

dlcomplete

New Member
Assalam-O-Walaikum,
Hello Guys,
datastore table accidentally deleted by me from phpmyadmin and after that i have ran this query
Code:
DROP TABLE IF EXISTS datastore;
CREATE TABLE `datastore` (
  `title` varchar(50) NOT NULL default '',
  `data` mediumtext,
  `unserialize` smallint(6) NOT NULL default '0',
  PRIMARY KEY  (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Now every thing is fine but attachment manager,userstatus in the bottom of the forum not showing what should i do?
Please i need urgent help.
Thanks,
Allah Hafiz
 
Back
Top