Db error after upgrade . . .

Just upgraded (using Softaculous in my control panel) from 7.0 to 7.01 and am now receiving identical db errors (two):

 

To: jack@spacefarers.net
Subject: Database error in <SiteName>
From: The Spacefarers Network <jack@spacefarers.net>
Database error in

Query:
SELECT `id`, `user_id`, `data` FROM `sys_sessions` WHERE `id`='' LIMIT 1
Mysql error: Table 'issa_sfnet.sys_sessions' doesn't exist

Found error in the file '/home/issa/public_html/spacefarers.net/inc/classes/BxDolSessionQuery.php' at line 39.
Called 'getRow' function with erroneous argument #0.


Debug backtrace:
<snip>
It won't let me paste the whole backtrace.
Any ideas?
Jack
Quote · 18 May 2010

Hello execute this mysql query :


--
-- Table structure for table `sys_sessions`
--

CREATE TABLE IF NOT EXISTS `sys_sessions` (
`id` varchar(32) NOT NULL default '',
`user_id` int(10) unsigned NOT NULL default '0',
`data` text collate utf8_unicode_ci,
`date` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 19 May 2010

Thank you SashaE!!!!

That fixed my problem!  I did the exact same thing as jdr7181 and ran into a lot of errors.

Quote · 14 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.