1136: Column count doesn't match value count at row 1 [message #30631] |
Mon, 06 March 2006 05:55 |
brijesh
Messages: 2 Registered: March 2006
Karma: 0
|
Junior Member |
|
|
I am getting this error, when trying to create a mailing list. It was working fine on first installation, the uninstalled, again installed, it is showing this mysql error. Checked trying giving various permissions for mlist.inc, no use. Any help in this regard will be greatly appreciated.
(/usr/local/fud/include/theme/default/db.inc:73
/usr/local/fud/include/theme/default/db.inc:177
/usr/local/fud/include/mlist.inc:76
/var/www/html/forum/adm/admmlist.php:41
) 1136: Column count doesn't match value count at row 1
Query: INSERT INTO fud26_mlist( forum_id, name, mlist_opt, subject_regex_haystack, subject_regex_needle, body_regex_haystack, body_regex_needle, additional_headers ) VALUES( 1, 'test2(at)test(dot)svw(dot)com', 72, '', '', '', '', '', '' )
_POST: array ( 'S' => '055f0b00ffc78124d03ce03f0b6ee8fc', 'SQ' => 'a1aed59aace7a15a89dea2ea3c9f1f38', 'ml_name' => 'test2(at)test(dot)svw(dot)com', 'ml_forum_id' => '1', 'ml_mlist_post_apr' => '0', 'ml_allow_frm_post' => '0', 'ml_frm_post_apr' => '0', 'ml_allow_mlist_attch' => '8', 'ml_allow_mlist_html' => '0', 'ml_complex_reply_match' => '0', 'ml_create_users' => '64', 'ml_skip_non_forum_users' => '0', 'ml_subject_regex_haystack' => '', 'ml_subject_regex_haystack_opt' => '', 'ml_subject_regex_needle' => '', 'ml_body_regex_haystack' => '', 'ml_body_regex_haystack_opt' => '', 'ml_body_regex_needle' => '', 'ml_additional_headers' => '', 'ml_custom_sig' => '', 'ml_submit' => 'Add Mailing List Rule', 'edit' => '', )
Server Version: 4.1.16
Brijesh
|
|
|
|
|