1
Bugs / Errors when setting up a new forum
« on: July 09, 2011, 08:32:26 pm »
I signed up for a new test forum and the following occured immediately:
1. After installation I clicked on the "Profile" tab and got this error:
3. Ran Find and Repair Errors. Got the following error msg
Running "Recount all Forum Stats" changed the number of members to "2" (two of me) lol
Probably more i havent found yet. Seems the install had a glitch
1. After installation I clicked on the "Profile" tab and got this error:
Quote
Unknown column 'mem.pm_receive_from' in 'field list'2. Clicked the "Members" tab. It set up TWO "sibyls" and both as Administrator. One is listed as having been online today. The other listed as Never. They show up via Members in Admin too yet Forum Stats state there is 1 Member.
File: C:\Inetpub\createaforum\Sources\Load.php
Line: 1057
SELECT
IFNULL(lo.log_time, 0) AS is_online, IFNULL(a.id_attach, 0) AS id_attach, a.filename, a.attachment_type,
mem.signature, mem.personal_text, mem.location, mem.gender, mem.avatar, mem.id_member, mem.member_name,
mem.real_name, mem.email_address, mem.hide_email, mem.date_registered, mem.website_title, mem.website_url,
mem.openid_uri, mem.birthdate, mem.icq, mem.aim, mem.yim, mem.msn, mem.posts, mem.last_login, mem.karma_good,
mem.karma_bad, mem.member_ip, mem.member_ip2, mem.lngfile, mem.id_group, mem.id_theme, mem.buddy_list,
mem.pm_ignore_list, mem.pm_email_notify, mem.pm_receive_from, mem.time_offset, mem.usertitle,
mem.time_format, mem.secret_question, mem.is_activated, mem.additional_groups, mem.smiley_set, mem.show_online,
mem.total_time_logged_in, mem.id_post_group, mem.notify_announcements, mem.notify_regularity, mem.notify_send_body,
mem.notify_types, lo.url, mg.online_color AS member_group_color, IFNULL(mg.group_name, '') AS member_group,
pg.online_color AS post_group_color, IFNULL(pg.group_name, '') AS post_group, mem.ignore_boards, mem.warning,
CASE WHEN mem.id_group = 0 OR mg.stars = '' THEN pg.stars ELSE mg.stars END AS stars, mem.password_salt, mem.pm_prefs
FROM sibsplace_members AS mem
LEFT JOIN _global_log_online AS lo ON (lo.id_member = mem.id_member AND lo.subdomain = 'sibsplace')
LEFT JOIN sibsplace_attachments AS a ON (a.id_member = mem.id_member)
LEFT JOIN sibsplace_membergroups AS pg ON (pg.id_group = mem.id_post_group)
LEFT JOIN sibsplace_membergroups AS mg ON (mg.id_group = mem.id_group)
WHERE mem.id_member = 1
3. Ran Find and Repair Errors. Got the following error msg
Quote
The following errors are fouling up your forum:(clicking yes to fix it did clear it up)
The subject of topic #1 is currently not stored in the subject
cache.
Would you like to attempt to fix these errors?
Running "Recount all Forum Stats" changed the number of members to "2" (two of me) lol
Probably more i havent found yet. Seems the install had a glitch
