BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 19

    All done! Works great, thanks so much Brajesh.

  • Participant
    Level: Initiated
    Posts: 19

    Hi Brajesh, thanks for your help once again.

    Step 2 will be no problem for me but I am not sure how to do step 1. Specific code would be great, thank you. 🙂

  • Participant
    Level: Initiated
    Posts: 19

    I am using the latest available versions of WordPress, Buddypress & MediaPress.

    So it seems that I have solved the problem though I still don’t know exactly what it was…

    For comparison, I installed rtMedia and saw that the plugin was also functioning wrong. At this point I determined it was something wrong with my database, so I cleared my datatables everywhere and reinstalled WP but still, no improvements. Even with a fresh install, I was getting odd errors. Finally after getting fed up, I backed up my stuff and deleted my entire directory under MAMP. Installed WordPress on XAMPP and started all over, and surprise… everything is working fine. Luckily, my modifications have all been through a child theme so there was no problem with starting over.

    Really odd issue that occurred but I’m glad I sorted it out! Thank you for your diligent attention! Really excited to use the plugin.

  • Participant
    Level: Initiated
    Posts: 19

    Hi Brajesh, thank you for your answer.

    I definitely did not network activate Mediapress. I tried some troubleshooting, I activated default twenty sixteen theme and deactivated all plugins except for bbPress, Buddypress and MediaPress, but saving changes still generates these errors. I have WP_DEBUG enabled but it’s only giving me the two errors I posted before.

    Notice: Undefined index: extensions in /Applications/MAMP/htdocs/wordpresstest/wp-content/plugins/mediapress/admin/mpp-settings-manager/core/class-mpp-admin-settings-page.php on line 510

    Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/wordpresstest/wp-content/plugins/mediapress/admin/mpp-settings-manager/core/class-mpp-admin-settings-page.php:510) in /Applications/MAMP/htdocs/wordpresstest/wp-includes/pluggable.php on line 1228

    Really weird, I can’t seem to understand what’s going on.

  • Participant
    Level: Initiated
    Posts: 19

    Hello again Ravi and thanks for your response.

    I have installed the plugin and it works great for the default admin bar notifications however I coded notifications into my custom header and it isn’t showing the live updates there.

    Here is the code for the notifications that I have in functions.php in my child theme: http://pastebin.com/ciQL8C5C

    And I call that code from header.php using <?php my_bp_adminbar_notifications_menu()?>

  • Participant
    Level: Initiated
    Posts: 19

    Sorry, I meant to post this in How-Tos & Troubleshooting but I can’t move it.

  • Participant
    Level: Initiated
    Posts: 19

    Thanks Ravi! Works like a charm.