• When running in debug mode there are numerous warning messages about undefined index.
    if you change line 75 of …capsman\includes\admin.php to:

    <td style="<?php echo $style; ?>"><label for="caps[<?php echo $key; ?>]"><input id=caps[<?php echo $key; ?>] type="checkbox" name="caps[<?php echo $key; ?>]" value="1" <?php checked(1, isset($rcaps[$key])?$rcaps[$key]:''); echo $disable;?> />

    it is fixed.

    http://wordpress.org/extend/plugins/capsman/

  • The topic ‘[Plugin: Capability Manager] Numerous warnings in debug mode’ is closed to new replies.