Craftysyntax3.2.0 error

ARUN Post in Uncategorized
0

[SELECT `session_data` FROM `livehelp_sessions` WHERE `session_id` = ‘c2991aff8b77cff7fbee9675cdb8408ee’ AND `expires` > 4536021092] ( 1146 : Table ‘testusr_newtable.livehelp_sessions’ doesn’t exist )

SOLUTION :

Login to the specified database  >>

CREATE TABLE `livehelp_sessions` ( `session_id` varchar(100) NOT NULL default ”, `session_data` text NOT NULL, `expires` int(11) NOT NULL default ‘0’, PRIMARY KEY (`session_id`) ) ENGINE=MyISAM;

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.