• Ok I have Warning: Illegal string offset ‘content’ in /home3/pimplove/public_html/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 3102

    Warning: Illegal string offset ‘id’ in /home3/pimplove/public_html/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 3107
    on a user page on my website… the website is https://www.naughtybahamas.com. Usually I search google for help but this one is specific to my site and I can’t find help. I went into 3107 and it said
    $latest_update = sprintf(
    ‘%s %s‘,
    $latest_update,
    esc_url_raw( bp_activity_get_permalink( $update[‘id’] ) ),
    esc_attr__( ‘View’, ‘buddypress’ )

    but honestly I don’t know what is wrong…

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Illegal string offset’ is closed to new replies.