Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter browserco

    (@browserco)

    I fixed it myself!

    For anyone else having this issue, please remove the single quotes from id on line 355.

    Change this:
    $activity_id = $retval[0]['id'];

    To this:
    $activity_id = $retval[0][id];

    sharmavishal

    (@sharmavishal)

    Thanks browserco….for others the file is buddypress-activity-privacy/includes/bp-activity-privacy-filters.php

    sharmavishal

    (@sharmavishal)

    browserco any idea on how to fix this issue:

    Notice: Undefined index: disabled in buddypress-activity-privacy/includes/bp-activity-privacy-template.php on line 73

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warning: Illegal string offset 'id'…’ is closed to new replies.