Create A Forum - Support Forums

Support => General Support => Topic started by: Ian on May 29, 2012, 05:17:17 pm

Title: Help getting a random error
Post by: Ian on May 29, 2012, 05:17:17 pm
OK so i am usually very tech savy, but this is confusing
Unknown column 'b.catimage' in 'field list'File: C:\Inetpub\createaforum\Sources\Subs-BoardIndex.phpLine: 72
SELECTc.id_cat, c.name AS cat_name,b.id_board, b.name AS board_name, b.description, b.catimage,CASE WHEN b.redirect != '' THEN 1 ELSE 0 END AS is_redirect,b.num_posts, b.num_topics, b.unapproved_posts, b.unapproved_topics, b.id_parent,IFNULL(m.poster_time, 0) AS poster_time, IFNULL(mem.member_name, m.poster_name) AS poster_name,m.subject, m.id_topic, IFNULL(mem.real_name, m.poster_name) AS real_name,(IFNULL(lb.id_msg, 0) >= b.id_msg_updated) AS is_read, IFNULL(lb.id_msg, -1) + 1 AS new_from,IFNULL(mem.id_member, 0) AS id_member, m.id_msg,IFNULL(mods_mem.id_member, 0) AS id_moderator, mods_mem.real_name AS mod_real_nameFROM godscape_boards AS bLEFT JOIN godscape_categories AS c ON (c.id_cat = b.id_cat)LEFT JOIN godscape_messages AS m ON (m.id_msg = b.id_last_msg)LEFT JOIN godscape_members AS mem ON (mem.id_member = m.id_member)LEFT JOIN godscape_log_boards AS lb ON (lb.id_board = b.id_board AND lb.id_member = 2)LEFT JOIN godscape_moderators AS mods ON (mods.id_board = b.id_board)LEFT JOIN godscape_members AS mods_mem ON (mods_mem.id_member = mods.id_member)WHERE 1=1


HELP i can't figure it out
Title: Re: Help getting a random error
Post by: Ian on May 29, 2012, 05:17:38 pm
my forum name is  http://godscape.createaforum.com/index.php?action=forum (http://godscape.createaforum.com/index.php?action=forum)
Title: Re: Help getting a random error
Post by: aIURbliS on May 29, 2012, 05:59:24 pm
There's nothing on your end that would solve the problem however I will assure you that this error will be fixed soon.
Title: Re: Help getting a random error
Post by: CreateAForum on May 29, 2012, 06:14:55 pm
Fixed
Title: Re: Help getting a random error
Post by: Ian on May 29, 2012, 06:44:54 pm
THANK YOU SO MUCH!