• Resolved venntom

    (@venntom)


    Hi Dric,
    Using WP 3.2.1 / wp-activity 1.7

    When logging in with same guest account simultanously (same IP?), WP doesn’t load and displays the following error instead:

    Warning: Missing argument 2 for act_session() in xxxxx/public_html/wp-test/wp-content/plugins/wp-activity/wp-activity.php on line 246

    Warning: Cannot modify header information – headers already sent by (output started at xxxxx/public_html/wp-test/wp-content/plugins/wp-activity/wp-activity.php:246) in xxxxx/public_html/wp-test/wp-content/plugins/wp-activity/wp-activity.php on line 252

    Warning: Cannot modify header information – headers already sent by (output started at xxxxx/public_html/wp-test/wp-content/plugins/wp-activity/wp-activity.php:246) in xxxxx/public_html/wp-test/wp-includes/pluggable.php on line 934

    What is causing this?
    Thx – Tom

    http://wordpress.org/extend/plugins/wp-activity/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dric

    (@dric1107)

    By ‘logging in with same guest account’, you mean enter credentials or just coming to the blog being already authentificated ?

    The two arguments needed by this function should be returned by the login or cookie authentification process. If you have a plugin that modify login (facebook login or something similar), it may not return the needed arguments.

    I will look for a patch, at least to avoid the error.

    Plugin Author Dric

    (@dric1107)

    Fixed in 1.7.1

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Activity] (1.7) WP fails when logging in with same guest account’ is closed to new replies.