Title: Warning: Illegal string offset &#039;id&#039;&#8230;
Last modified: August 30, 2016

---

# Warning: Illegal string offset 'id'…

 *  Resolved [browserco](https://wordpress.org/support/users/browserco/)
 * (@browserco)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-id-3/)
 * Warning: Illegal string offset ‘id’ in … on line 355.
 * It seems retval [0] id is incorrect or something?? But I never have this issue
   before until now. I am using latest wordpress.
 * Please, how can i fix it? It happens when i post update on activity stream.
 * [https://wordpress.org/plugins/buddypress-activity-privacy/](https://wordpress.org/plugins/buddypress-activity-privacy/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [browserco](https://wordpress.org/support/users/browserco/)
 * (@browserco)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-id-3/#post-6691131)
 * 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](https://wordpress.org/support/users/sharmavishal/)
 * (@sharmavishal)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-id-3/#post-6691407)
 * Thanks browserco….for others the file is buddypress-activity-privacy/includes/
   bp-activity-privacy-filters.php
 *  [sharmavishal](https://wordpress.org/support/users/sharmavishal/)
 * (@sharmavishal)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-id-3/#post-6691408)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-activity-privacy_fbd5c6.
   svg)
 * [BuddyPress Activity Privacy](https://wordpress.org/plugins/buddypress-activity-privacy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-activity-privacy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-activity-privacy/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-activity-privacy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-activity-privacy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-activity-privacy/reviews/)

## Tags

 * [activity privacy](https://wordpress.org/support/topic-tag/activity-privacy/)

 * 3 replies
 * 2 participants
 * Last reply from: [sharmavishal](https://wordpress.org/support/users/sharmavishal/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-id-3/#post-6691408)
 * Status: resolved