Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    Thanks for letting me know. It’s fixed with version 1.3.38.

    Thread Starter T Klein

    (@tklein87gmailcom)

    I get this:

    Fatal error: Call to undefined method WP_Scoped_User_Anon::WP_User() in /home/…/website.net/wp-content/plugins/role-scoper/scoped-user_anon.php on line 31

    When I hit the logout button in the admin area. Dunno if its related and now I can’t log in again. 🙂

    Plugin Author Kevin Behrens

    (@kevinb)

    Thanks again for reporting that error with WP 3.2 Beta. I had forgotten to apply the equivalent fixed for the non-logged scenario. Now fixed in Role Scoper 1.3.39.

    What was causing this error in 3.2? I am seeing a similar problem with another plugin. Thanks

    Plugin Author Kevin Behrens

    (@kevinb)

    In this case it was caused by Role Scoper’s continued use of the WP_User() constructor method, which is removed in WP 3.2. The new constructor (when called from a subclass) is parent::__construct()

    However, if by “similar problem” you just mean a Fatal error when moving to WP 3.2, the cause may be totally unrelated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Role Scoper] Does not work with wordpress 3.2 beta1’ is closed to new replies.