Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: Bumpy on May 18, 2007, 09:26:44 PM

Title: board management error thingy
Post by: Bumpy on May 18, 2007, 09:26:44 PM
i  installed a mod ( think it was a blog or spoiler tag mod), then uninstalled, and didnt get no errors or anything when i installed or uninstalled. now i get this

Unknown column 'b.is_blog' in 'field list'
File: /home/wtfuchat/public_html/forums/Sources/Subs-Boards.php
Line: 1508


message when i try and manage the boards

anyone know how i can sort it?
Title: Re: board management error thingy
Post by: metallica48423 on May 18, 2007, 10:59:12 PM
a non existant table is being called by Subs-Boards.php.

Do you have any other mods installed?

if not, copy over your files with fresh copies by downloading the upgrade package and uploading everything in it except for upgrade.php and the two .sql files.

If you do that though, you'll need to reinstall any other mods you have installed.

Else, you're looking at digging in Subs-Boards.php and removing code that calls that table (seems to be around line 1508?
Title: Re: board management error thingy
Post by: Kerrith on January 26, 2018, 05:47:53 PM
Same problem, same error message: "Unknown column 'b.is_blog' in 'field list'
File: /xxx/xxx/public_html/teenforum/Sources/Subs-Boards.php
Line: 1085"

Here's line 1085:
         b.board_order, b.count_posts, b.member_groups, b.id_theme, b.override_theme, b.is_blog, b.id_profile, b.redirect,
         b.num_posts, b.num_topics, c.id_cat, c.name AS cat_name, c.cat_order, c.can_collapse
      FROM {db_prefix}categories AS c
         LEFT JOIN {db_prefix}boards AS b ON (b.id_cat = c.id_cat)
      ORDER BY c.cat_order, b.child_level, b.board_order',
      array(
      )
   );
   $cat_tree = array();
   $boards = array();

I hate the thought of having to uninstall smf and sp with all its edits.

Otherwise the install http://www.bigislandforum.org/teenforum/index.php looks good. Got tip?

Thanks, Kerry
SMF 2.0.15 | SMF © 2017, Simple Machines
SimplePortal 2.3.7 © 2008-2018, SimplePortal
XHTML RSS WAP2

No other mods.

Title: Re: board management error thingy
Post by: aegersz on January 26, 2018, 05:56:20 PM
dude, you are double posting and that is frowned upon ... see my reply in your original.
Title: Re: board management error thingy
Post by: Kerrith on January 26, 2018, 06:45:56 PM
Thanks aegersz, My bad error.

No other mods.

I created a new db for this install.
Title: Re: board management error thingy
Post by: aegersz on January 26, 2018, 07:11:43 PM
please go back to your original thread and check the updates from https://www.simplemachines.org/community/index.php?topic=558579.msg3959571#msg3959571
Title: Re: board management error thingy
Post by: Illori on January 27, 2018, 06:04:32 AM
please dont bump old topics or make duplicates. locking.