You can manually add that table with the following query:
[code]CREATE TABLE CPG_sessions (
session_id char(32) NOT NULL default '',
user_id int(11) default '0',
time int(1...
↧
Re: Fatal Error - Table sessions doesn't exist.
↧