| User | Post |
|
5:25 am February 20, 2009
| nikolira
Member
| | | |
|
| posts 3 |
|
|
Hi, great plugin. I have this bug (see screenshot) on my wordpress 2.7 installation:
I would be very grateful if you can help me with this.

|
|
|
7:52 am February 20, 2009
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Can you tell me if the following fix clears everything up?
Edit plugins/role-scoper/admin/role_definition_wp.php as follows:
add:
if ( empty($scoper->role_defs->role_caps[$role_handle]) )
continue;
just before:
$cap_names = array_keys($scoper->role_defs->role_caps[$role_handle]);
|
|
|
8:34 am February 20, 2009
| nikolira
Member
| | | |
|
| posts 3 |
|
|
I think it worked. Is there any option to coose in these wp role definitions or it's just for information?
|
|
|
8:43 am February 20, 2009
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
I've chosen to leave Role Scoper's "WP Role Definitions" read-only and let the Role Manager plugin do its job of editing the capabilities included in WP Roles.
|
|
|
8:46 am February 20, 2009
| nikolira
Member
| | | |
|
| posts 3 |
|
|
OK, then it definitively worked. Thank you very much!
|
|