I am running Role Scoper 1.3.27 and trying to run WP Events Calendar 6.7.8.
When I activate the Events Calendar I am getting the following error message
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.
I have searched the EC code and found one mention of "pluggable.php"
[code] require_once(ABSPATH.'wp-includes/pluggable.php');[/code]
My PHP skills are minimal and am really struggling here to get this working. Any suggestions as to how I might alter either RS or EC to correct my problem would be most welcome.
I have also posted this as a bug on the EC Bug Tracker.