Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress Like Back End Errors


  • Zane
    Participant

    @zane

    Not sure if this belongs here.

    I just noticed that the back end of my blog was acting strange.

    1. On Plugins the select all checkmark wouldn’t work (only the select all box would check and not the boxes next to all plugins.)
    2. Multiple site options would not extend when you click the down triangle (e.g. Add external link under menu)

    To troubleshoot I disabled all plugins and then individually turned them back on and noticed that the buddypress plugin was the root of the error. After disabling all again and enabling buddypress again I noticed everything worked again. After pairing plugins together I found that buddypress and buddypress like caused the error. Not sure if this belongs here or buddypress like.

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

  • BuddyBoss
    Participant

    @buddyboss

    Sounds like javascript is not loading properly in your admin.

    BuddyPress is pretty thoroughly tested and doesn’t normally cause that kind of error. So I would have to assume BuddyPress Like is the cause. Especially if you only get the error with that plugin activated. I would ask the developer of BuddyPress Like directly.


    Zane
    Participant

    @zane

    Thanks,

    It looks like Danny found the problem here

    https://wordpress.org/support/topic/known-issues-and-have-you-found-any-issues

    The problem with menus not expanding is due to a javascript error. The jquery ui dialog script is not getting loaded because of an extra space in the wp_enqueue_script command in the /includes/scripts.php file. On line 21, the command is

    wp_enqueue_script(' jquery-ui-dialog');

    but it should be

    wp_enqueue_script('jquery-ui-dialog');


    Zane
    Participant

    @zane

    Fix is confirmed. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Buddypress Like Back End Errors’ is closed to new replies.
Skip to toolbar