| Please Help with this error
I am getting this error when I try to access the reviewpost on my site: MySQL error reported!
Script: index
Query: SELECT users.user_id,users.username,users.user_email,users.user_password,users.user_level,users.user_timezone,themes.template_name FROM users LEFT JOIN themes ON users.user_style = themes.themes_id WHERE user_id='3'
Result: Table 'eastside_forum.users' doesn't exist
Database handle: Resource id #7
Anyone have any ideas why I might be getting it?
as far as I know I do have a eastside_forum.users
I also got this error when I tried to finish installing: MySQL error reported!
Script: install
Query: SELECT group_id,group_name FROM groups WHERE group_type=2 OR group_single_user=0
Result: Table 'eastside_forum.groups' doesn't exist
Database handle: Resource id #12
Any feedback would be appreciated.
|