| User | Post |
|
12:00 pm October 13, 2010
| asshu
Member
| | | |
|
| posts 9 |
|
|
Hello !
I am using some community plugin Wp-mingle and simple forums .When I activate role-scopers .It gives a message like "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 posts, pages and links are currently hidden. Please remove the offending plugin, or deactivate Role Scoper to revert to blog-wide Wordpress roles."
I asked the question already on wp-mingle forums and the team recommended another plugin for managing roles.But I like Role scoper and would like to get a fix for this .
Could you help me to fix this issue?
|
|
|
10:52 am October 15, 2010
| asshu
Member
| | | |
|
| posts 9 |
|
|
All the posts inmy site and the content is being hide when I activate reolescoper .It is happening because I use Wpmingle . Is there any way to esolve the issue ?
I like rolescoper and for multisite installation …It is very much help for me .I can't deactivate it because of this problem and can't leave without wpmingle:) .Could you please help me to resolve the issue?
Thanks !
|
|
|
10:57 am October 15, 2010
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
I'll have to take a look at the WP-Mingle code and let you know.
If you are ever unable to deactivate Role Scoper, you can always simply delete it out of the plugins folder.
|
|
|
11:39 am October 15, 2010
| asshu
Member
| | | |
|
| posts 9 |
|
|
I can able deactivate .But I like Rolescoper and use it for Multisite .I think that no other role and capability manager plugin have the features like Rolescoper .
Thanks !
|
|
|
1:17 am October 17, 2010
| asshu
Member
| | | |
|
| posts 9 |
|
|
Just came back to know if you got solution for this
Thanks !
|
|
|
8:24 am October 19, 2010
| asshu
Member
| | | |
|
| posts 9 |
|
|
Hi ! I would like to know if we got any solution
|
|
|
3:28 pm October 19, 2010
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
I haven't examined the Mingle functionality, but from a quick look at its code I suspect the conflict could be eliminated as follows:
In mingle.php, move all code (except the 2 function definitions at the bottom) into a new function mingle_load()
Then put this statement above or below that function :
add_action( 'plugins_loaded', 'mingle_load' );
The code will still execute at plugin load time, but will allow other plugins to load (and define pluggable functions) first. Let me know if that works on your installation.
|
|
|
2:56 am October 20, 2010
| sol2009
Member
| | | |
|
| posts 3 |
|
|
Hello
I was also getting this error and identified the maintenance mode plugin to be the culprit.
A new version of MM has just been released an that solved my issue.
Hope that helps someone!
|
|
|
2:19 am October 21, 2010
| asshu
Member
| | | |
|
| posts 9 |
|
|
sol2009 said:
A new version of MM has just been released an that solved my issue.
Hope that helps someone!
Would you be morespecific what MM is? Do you mean WPmingle? Its last update is
Last Updated: 2010-8-10
Or are you talking about some other roles and manager plugin?
|
|
|
2:20 am October 21, 2010
| asshu
Member
| | | |
|
| posts 9 |
|
|
Kevin said:
I haven't examined the Mingle functionality, but from a quick look at its code I suspect the conflict could be eliminated as follows:
In mingle.php, move all code (except the 2 function definitions at the bottom) into a new function mingle_load()
Then put this statement above or below that function :
add_action( 'plugins_loaded', 'mingle_load' );
The code will still execute at plugin load time, but will allow other plugins to load (and define pluggable functions) first. Let me know if that works on your installation.
I will try it . Sir !
|
|
|
7:11 am October 21, 2010
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
asshu said:
sol2009 said:
A new version of MM has just been released an that solved my issue.
Hope that helps someone!
Would you be morespecific what MM is? Do you mean WPmingle? Its last update is
Last Updated: 2010-8-10
Or are you talking about some other roles and manager plugin?
The Maintenance Mode plugin sol2009 mentioned provides "site down for maintenance" output for non-Administrators. It was clashing with Role Scoper in the same way the current release of Mingle does.
|
|