If anyone with much greater knowledge on fixing this kind of thing can help guide me through what I need to do to fix this problem and get my forums back up, I would be hugely appreciative.
http://tew.ithium.net/forums/index.php?act=idx
Here is the error it is reporting....
QUOTE (error)
mySQL query error: SELECT moderator.mid as is_mod, moderator.allow_warn, m.id, m.name, m.mgroup, m.password, m.email, m.restrict_post, m.view_sigs, m.view_avs, m.view_pop, m.view_img, m.auto_track,
m.mod_posts, m.language, m.skin, m.new_msg, m.show_popup, m.msg_total, m.time_offset, m.posts, m.joined, m.last_post,
m.last_visit, m.last_activity, m.dst_in_use, m.view_prefs, m.org_perm_id, m.temp_ban, m.sub_end, g.*
FROM ibf_members m
LEFT JOIN ibf_groups g ON (g.g_id=m.mgroup)
LEFT JOIN ibf_moderators moderator ON (moderator.member_id=m.id OR moderator.group_id=m.mgroup )
WHERE m.id=2
mySQL error: Access denied for user 'biggz'@'localhost' (using password: YES)
mySQL error code:
Date: Sunday 09th of July 2006 06:08:12 AM
m.mod_posts, m.language, m.skin, m.new_msg, m.show_popup, m.msg_total, m.time_offset, m.posts, m.joined, m.last_post,
m.last_visit, m.last_activity, m.dst_in_use, m.view_prefs, m.org_perm_id, m.temp_ban, m.sub_end, g.*
FROM ibf_members m
LEFT JOIN ibf_groups g ON (g.g_id=m.mgroup)
LEFT JOIN ibf_moderators moderator ON (moderator.member_id=m.id OR moderator.group_id=m.mgroup )
WHERE m.id=2
mySQL error: Access denied for user 'biggz'@'localhost' (using password: YES)
mySQL error code:
Date: Sunday 09th of July 2006 06:08:12 AM
Help