Topic: Unable to upgrade due to error message
I get the following error message when I attempt to upgrade the program:
DATABASE ERROR : could not get user admin
error code : 1146
error message : Table 'thedatabaseIsetup.0_users' doesn't exist
sql that failed was : SELECT * FROM 0_users WHERE user_id='admin'
I got this error message twice. After the first time, I deleted the company, which seem to take. The second time, I got the same error message again. I am not sure what file I should be looking at to edit?
When I look at the configuration of my config_db.php file, I get the following:
$db_connections = array (
0 => array ('name' => 'Training Co.',
'host' => '000.000.000.00',
'dbuser' => 'userIsetup',
'dbpassword' => 'password',
'dbname' => 'DBIsetupt',
'tbpref' => '0_'),
array ('name' => 'company1.',
'host' => '000.000.000.00',
'dbuser' => 'userIsetup',
'dbpassword' => 'password',
'dbname' => 'DBIsetupt',
'tbpref' => ''),
array ('name' => 'company2',
'host' => '000.000.000.00',
'dbuser' => 'userIsetup',
'dbpassword' => 'password',
'dbname' => 'DBIsetupt',
'tbpref' => '')
);
Thanks in advance.