| User | Post |
|
3:35 am April 25, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
1. After installing OptinCrusher at the entrance to the admin panel appears:
Fatal error: Call to undefined function plural_name_from_cap_rs() in /wp-content/plugins/role-scoper/definitions_cr.php on line 306
Admin does not work until disable the OptinCrusher or Role Skoper.
2. Maybe it's not a bug, just not figured out how to configure
Using User role editor, created the role of content manager that does not have accessto the admin functions of your blog, but it can create and edit all the pages.
Without Role Skoper everything works well, but when you turn on the Content-existingpages can not see. Neither one of them. If you disable Role Skoper sees.
What should I do?
|
|
|
6:22 am April 25, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Ragnar said:
1. After installing OptinCrusher at the entrance to the admin panel appears:
Fatal error: Call to undefined function plural_name_from_cap_rs() in /wp-content/plugins/role-scoper/definitions_cr.php on line 306
Can you tell me if adding this at the top of definitions_cr.php (just below the php tag) eliminates the error?
require_once( 'wp-cap-helper_cr.php' );
|
|
|
6:55 am April 25, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
This error occurs when another plugin prevents Role Scoper from defining the pluggable WP function 'set_current_user'. RS cannot coexist with another plugin that defines it or causes early execution of pluggable.php. However, the updated Role Scoper version 1.3.30 will fail gracefully, giving you an error message in wp-admin.
|
|
|
7:19 am April 25, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
Kevin said:
This error occurs when another plugin prevents Role Scoper from defining the pluggable WP function 'set_current_user'. RS cannot coexist with another plugin that defines it or causes early execution of pluggable.php. However, the updated Role Scoper version 1.3.30 will fail gracefully, giving you an error message in wp-admin.
I dont know where is it :(
|
|
|
7:26 am April 25, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
the wordpress.org plugin directory has refreshed to the new version now:
http://wordpress.org/extend/plugins/role-scoper/
It's also showing as an available plugin update on my test site.
|
|
|
8:44 am April 25, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
Share optincrusher
Role Scoper cannot operate because another plugin or theme has already declared the function "set_current_user" or forced early execution of "pluggable.php". All content is currently hidden. Please remove the offending plugin, or deactivate Role Scoper to revert to blog-wide Wordpress roles.
|
|
|
9:45 am April 25, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Ragnar said:
Share optincrusher
Role Scoper cannot operate because another plugin or theme has already declared the function "set_current_user" or forced early execution of "pluggable.php". All content is currently hidden. Please remove the offending plugin, or deactivate Role Scoper to revert to blog-wide Wordpress roles.
Yes, the two plugins are incompatible.
|
|
|
3:22 pm April 26, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
2. Maybe it's not a bug, just not figured out how to configure
Using User role editor, created the role of content manager that does not have accessto the admin functions of your blog, but it can create and edit all the pages.
Without Role Skoper everything works well, but when you turn on the Content-existingpages can not see. Neither one of them. If you disable Role Skoper sees.
What should I do?
|
|
|
9:45 pm April 26, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Using User role editor, created the role of content manager that does not have accessto the admin functions of your blog, but it can create and edit all the pages.
I'll need more configuration details to pursue this. How does your "Content Manager" role differ from the standard WP Editor role? Are you referring to a capability defined by the SCOPER_CONTENT_ADMIN_CAP constant?
|
|
|
5:24 am April 27, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
Nop, i just create the role, and assign capabilities to it.
|
|
|
5:28 am April 27, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
What capabilities did you assign?
|
|
|
5:41 am April 27, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
all about create and edit pages.
|
|
|
5:47 am April 27, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
|
7:11 am April 27, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
I suspect the problem stems from the lack of "delete others posts", "delete others pages". Either add those to the WP role or remove them from the Roles > Options > RS Role Defs > "Post Editor" and "Page Editor"
|
|
|
7:49 am April 27, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|