2008-11-26, 03:38 PM
(This post was last modified: 2008-11-26, 03:39 PM by Diogo Parrinha.)
When all permissions are unchecked: (in ADMINDIR/index.php?module=forum/management&fid=FID#tab_permissions)
foreach($mybb->input['permissions'] as $gid => $permission)
will not work:
Warning [2] Invalid argument supplied for foreach() - Line: 1662 - File: admin/modules/forum/management.php PHP 4.3.11 (Linux)
File: /admin/modules/forum/management.php Line: 1662 Function: unknown
it might be only me but I can't seem to fix it :/
foreach($mybb->input['permissions'] as $gid => $permission)
will not work:
Warning [2] Invalid argument supplied for foreach() - Line: 1662 - File: admin/modules/forum/management.php PHP 4.3.11 (Linux)
File: /admin/modules/forum/management.php Line: 1662 Function: unknown
it might be only me but I can't seem to fix it :/
All my plugins are available for free at MyBB Extend and on my GitHub. MyBB-Plugins.com has been closed and none of my plugins are officially maintained or supported.