DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Bugs
*****************************************************
#Post#: 1960--------------------------------------------------
Errors when setting up a new forum
By: simply sibyl Date: July 9, 2011, 3:32 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:
[quote]
Unknown column 'mem.pm_receive_from' in 'field list'
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
[/quote]
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.
3. Ran Find and Repair Errors. Got the following error msg
[quote]
The following errors are fouling up your forum:
The subject of topic #1 is currently not stored in the subject
cache.
Would you like to attempt to fix these errors?
[/quote]
(clicking yes to fix it did clear it up)
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 ;)
#Post#: 1961--------------------------------------------------
Re: Errors when setting up a new forum
By: CreateAForum Date: July 9, 2011, 7:48 pm
---------------------------------------------------------
Did anything funky happen when you signed up?
Very strange that the column would be missing I have it present
it on all forums when you install it.
Stratch that can you ping createaforum.com for me and
www.createaforum.com
You might have the old ip in the hosts file I think
#Post#: 1962--------------------------------------------------
Re: Errors when setting up a new forum
By: simply sibyl Date: July 9, 2011, 8:14 pm
---------------------------------------------------------
Dumbo here forgot to give you the url earlier
HTML http://sibsplace.createaforum.com/index.php
HTML http://sibsplace.createaforum.com/index.php
Nothing funky happened at signup at all. Went quick and
smooth.
Did the pings:
createaforum.com
[quote]
Pinging createaforum.com [68.233.250.132] with 32 bytes of data:
Reply from 68.233.250.132: bytes=32 time=75ms TTL=117
Reply from 68.233.250.132: bytes=32 time=74ms TTL=117
Reply from 68.233.250.132: bytes=32 time=73ms TTL=117
Reply from 68.233.250.132: bytes=32 time=71ms TTL=117
Ping statistics for 68.233.250.132:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 71ms, Maximum = 75ms, Average = 73ms
[/quote]
www.createaforum.com
HTML http://www.createaforum.com
[quote]
Pinging createaforum.com [68.233.250.132] with 32 bytes of data:
Reply from 68.233.250.132: bytes=32 time=72ms TTL=117
Reply from 68.233.250.132: bytes=32 time=77ms TTL=117
Reply from 68.233.250.132: bytes=32 time=82ms TTL=117
Reply from 68.233.250.132: bytes=32 time=73ms TTL=117
Ping statistics for 68.233.250.132:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 72ms, Maximum = 82ms, Average = 76ms
[/quote]
#Post#: 1963--------------------------------------------------
Re: Errors when setting up a new forum
By: CreateAForum Date: July 9, 2011, 8:31 pm
---------------------------------------------------------
Hmm that looks right... Not sure how that happened checked the
newer forums as well. I did notice that the old code was missing
that column that caused that error to occur but that was before
2.0
#Post#: 1964--------------------------------------------------
Re: Errors when setting up a new forum
By: simply sibyl Date: July 9, 2011, 8:34 pm
---------------------------------------------------------
Clicking Profile gives this error now:
[quote]
Unknown column 'enclose' in 'field list'
File: C:\Inetpub\createaforum\Sources\Profile.php
Line: 679
SELECT
col_name, field_name, field_desc, field_type,
field_length, field_options,
default_value, bbc, enclose, placement
FROM sibsplace_custom_fields
WHERE active = 1
[/quote]
Maybe this was some odd glitch with the forum install. I was
going to use it only as a test site so its fine if you want to
trash it
[s]No Arcade section on the left side in Admin. There are
settings in Permissions for the Arcade but thats it.[/s] <---
Ignore that. Its in Core Features. Not used to it putting it
there ;)
*****************************************************