Viewing 6 replies - 1 through 6 (of 6 total)
  • I get this error every time I add a user to the site when I have the threewp activity monitor plugin enabled, even with disabling the logging for users added.

    Have the same error as well when a new member registered or added.. has to deactivate the plugin until this bug will be resolved.

    I get the same thing when somebody tries to register.

    Fatal error: Call to undefined function dbg() in …/wp-content/plugins/threewp-activity-monitor/ThreeWP_Activity_Monitor.php on line 732

    To fix this for now, I believe all you need to do is delete lines 732 and 733 from ThreeWP_Activity_Monitor.php:

    dbg( $user_id );
    dbg( $user_data ); exit;

    These look like possibly some debugging was going on during build. Taking them out returns this portion to what it looked like in the previous version.

    Matt, thanks!! confirmed that commenting out those 2 lines makes the plugin work again.

    Cheers!

    Thread Starter niket115

    (@niket115)

    Fixed in 2.11

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: ThreeWP Activity Monitor] Error while signing in’ is closed to new replies.