Here is some additional info about the problem. The error is:

Seeya! Table 'highendforum.w3t_Users' doesn't exist: 1146
Warning: Supplied argument is not a valid MySQL result resource in mysql.inc.php on line 71

(highendforum was my old database, boards is my new)

[admin@www boards]$ grep highend *
grep: admin: Is a directory
grep: cron: Is a directory
grep: filters: Is a directory
grep: images: Is a directory
grep: includes: Is a directory
grep: languages: Is a directory
grep: stylesheets: Is a directory
theme.inc.php: $theme['stylesheet'] = "highend";
theme.inc.php: $theme[availablestyles] = "highend:highend";

So as you can see highend trying to match highendforum is no where in my root directory of the php installation. It must be getting the variable from somewhere else.

Will