• Resolved ghoush

    (@ghoush)


    If I enable BuddyPress Power SEO, all updates in the wp-admin (like editing a post) don’t work. In the console it says something about $ not existing. If I deactivate it, then everything works fine again.

    I really need the groups and members sitemaps, this is super important for my project. Any help is really appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter ghoush

    (@ghoush)

    For anyone dealing with these problems here are the fixes I worked out on my own:

    Open bp-power-seo/lib/admin.php and replace line 471 with:

    if(isset($searches_ar)){

    The $searches_ar isn’t in this block of code, and will never be found. Some refactoring needs to be done to fix that. But as long as you don’t need the searches option, this stops that error message. I only have it making sitemaps for groups and members, so this works for me.

    Fix #2 is pretty straight forward. open bp-power-seo/assets/bpp.js:

    1. Delete the first line, the $=jQuery one.
    2. Replace $ everywhere it appears in the file with the string jQuery.

    Doing those things fixed the plugin for me, and stopped it from breaking a bunch of other plugins I had. Now my site has good group and member sitemaps!

Viewing 1 replies (of 1 total)
  • The topic ‘With BP Power SEO Enabled, I can’t update anything in wp-admin’ is closed to new replies.