I run a forum using Invision Power Board v1.2 that was installed via CPanel.
A few days ago, an odd thing happened. I noticed that every page such as a post or reply page was miles long. Long enough to make the bottom scroll bar in a browser really tiny. Along with this, the page locks up the browser for about 10 seconds and the CPU goes to 100 during this time.
I've tried installing a new instance of IPB in a different directory and then using a copy of the existing database, but it seems the version installed via CPanel is different. With this configuration (new IPB, old DB) I can still browse posts etc, but am unable to login with any usernames. When I do so, I get the following error:
I'm at my wits end. It's a semi-popular forum I run for my class in college with plenty of regular users. I'm posting this with the hopes that someone has encountered this problem before and can help me out.
I've tried posting at the IPB forums but was unable to. I'm assuming they don't offer free support.
Thanks in advance.
A few days ago, an odd thing happened. I noticed that every page such as a post or reply page was miles long. Long enough to make the bottom scroll bar in a browser really tiny. Along with this, the page locks up the browser for about 10 seconds and the CPU goes to 100 during this time.
I've tried installing a new instance of IPB in a different directory and then using a copy of the existing database, but it seems the version installed via CPanel is different. With this configuration (new IPB, old DB) I can still browse posts etc, but am unable to login with any usernames. When I do so, I get the following 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=1
mySQL error: Unknown column 'm.sub_end' in 'field list'
mySQL error code:
Date: Thursday 09th of September 2004 06:37:13 PM
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=1
mySQL error: Unknown column 'm.sub_end' in 'field list'
mySQL error code:
Date: Thursday 09th of September 2004 06:37:13 PM
I've tried posting at the IPB forums but was unable to. I'm assuming they don't offer free support.
Thanks in advance.
Comment