2008-06-27, 08:36 AM
Hello,
within the plugin 'Specific forum banning' I receive a warning message while editing one selected user:
"Warning: implode() [function.implode]: Invalid arguments passed in .../inc/plugins/userbanforum.php on line 163".
However, a change from one forum to an other will executed correctly.
What's the reason for this message, what can I do to debug?
Thanks for any support.
clipper
______________________________
MyBB 1.2.13 - php 5.2.6 - MySQLi 5.0.32
within the plugin 'Specific forum banning' I receive a warning message while editing one selected user:
"Warning: implode() [function.implode]: Invalid arguments passed in .../inc/plugins/userbanforum.php on line 163".
$db->update_query(TABLE_PREFIX."forumbans", array('fid' => $mybb->input['fid'], 'childlist' => $mybb->input['fid'].", ".implode(', ', get_child_list($mybb->input['fid']))), "bid='{$bid}'", 1);
However, a change from one forum to an other will executed correctly.
What's the reason for this message, what can I do to debug?
Thanks for any support.
clipper
______________________________
MyBB 1.2.13 - php 5.2.6 - MySQLi 5.0.32