Sure, this is line 152
Quote$result = mysql_query("SELECT name,ID_CAT FROM {$db_prefix}categories WHERE ('$settings[7]'='Administrator' || '$settings[7]'='Global Moderator' || FIND_IN_SET('$settings[7]',memberGroups)!=0 || memberGroups='') ORDER BY catOrder");
line 153 is blank and line 154 in the BoardIndex is this.
Quotewhile ($row_cat = mysql_fetch_array($result))
I should of included that on my question, stupid me just thought everyones would be the same, forgot about possible mods etc.

Any help would be greatly appreciated, I do not think I need to rebuild a table as suggested, because when restoring my original template the board works fine no error. That is why I thought it must be interferring with another piece I have on my site. I am new to PHP so this error is new to me. Thanks in advance.
