Author Topic: Need Help!  (Read 3422 times)

Offline Unnamed~

Need Help!
« on: July 27, 2006, 10:26:47 am »
Hi, I'm noob in this forum, i ve installed a SMF Shop in my forum (SMF 1.1RC 2).

The problem is when i go to the "Modify Boards" section y receive this error:

Code: [Select]
Unknown column 'b.countMoney' in 'field list'
File: /home/mannias/public_html/Sources/Subs-Boards.php
Line: 1463


and i post this error:

Code: [Select]
Unknown column 'countMoney' in 'field list'
File: /home/mannias/public_html/Sources/Post.php
Line: 1595

What can i do? Help me plz!!!

Mi forum is in http://www.signaturedesign.com.ar (sorry for my bad English).

Offline Daniel15

Re: Need Help!
« Reply #1 on: July 29, 2006, 04:31:02 pm »
Hi,
 Please try running this query in phpMyAdmin:
Code: [Select]
ALTER TABLE `smf_boards` ADD `countMoney` TINYINT(1) UNSIGNED DEFAULT '1' NOT NULL