News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Database Error Field 'facebooklike_board_enable' doesn't have a default value

Started by CeFurkan, January 22, 2011, 09:48:29 AM

Previous topic - Next topic

CeFurkan

When i try to add new board i get the error below  :-\

Database Error
Field 'facebooklike_board_enable' doesn't have a default value
File: C:\inetpub\wwwroot\forumen\Sources\Subs-Boards.php
Line: 819


i had Facebook_Like v.1.4 package

but it was not working

after getting this error i uninstalled but it still continue

i mean the error

can't add new category :(

here is the lines that error mentions

807-820


// Insert a board, the settings are dealt with later.
$smcFunc['db_insert']('',
'{db_prefix}boards',
array(
'id_cat' => 'int', 'name' => 'string-255', 'description' => 'string', 'board_order' => 'int',
'member_groups' => 'string', 'redirect' => 'string',
),
array(
$boardOptions['target_category'], $boardOptions['board_name'] , '', 0,
'-1,0', '',
),
array('id_board')
);
$board_id = $smcFunc['db_insert_id']('{db_prefix}boards', 'id_board');

Illori

you are best to ask in the support question for that mod for further support since it is related to that mod.

CeFurkan

Quote from: Illori on January 22, 2011, 01:41:43 PM
you are best to ask in the support question for that mod for further support since it is related to that mod.

can't you read ?

i uninstalled the package

but error still continue

Spoogs

cant u read

there is still code from that mod... so u'd still be better asking in that mods thread for help

nonetheless you'll need to manually remove the remaining code.

Advertisement: