BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 424
    Venutius on in reply to: Media upload shortcode #55462

    I had the following error in the error log this morning:

    PHP Warning
    Undefined array key “extensions”
    Plugin: MediaPress
    File: /wp-content/plugins/Mediapress-2/admin/mpp-settings-manager/core/class-mpp-admin-settings-page.php
    Line: 594

    This will probably be because I loaded the new version of MediaPress for the first time, and it was looking for plugins that that weren’t there?

  • Participant
    Level: Master
    Posts: 424
    Venutius on in reply to: Media upload shortcode #55460

    Also got these errors, but I know the fix for these, and update can wait as far as I’m concerned.

    Deprecated Creation of dynamic property MediaPress::$taxonomies is deprecated
    wp-content/plugins/Mediapress-2/core/mpp-post-type.php:204
    1 Plugin: Mediapress-2
    Deprecated Creation of dynamic property MPP_Status::$callback is deprecated
    wp-content/plugins/Mediapress-2/core/api/mpp-api.php:74
    5 Plugin: Mediapress-2
    Deprecated Creation of dynamic property MPP_Status::$activity_privacy is deprecated
    wp-content/plugins/Mediapress-2/core/api/mpp-api.php:86

    Another workaround, was about lack of captcha/bot check for the media download option. I found a plugin that protects every page on the site with a single universal Cloudflare capcha, so every page with a download is screened, and users do not need to be screened at every point of interaction. That’s the idea.

  • Participant
    Level: Master
    Posts: 424
    Venutius on in reply to: Media upload shortcode #55459

    First issue 🙂 I got this message on activation:

    The plugin generated 241 characters of unexpected output during activation. If you notice “ headers already sent ” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    I’m getting close to needing to start this customisation to will start taking a look at V2 🙂

  • Participant
    Level: Master
    Posts: 424

    I’m still looking into this. It’s not a high priority yet, but those higher priority things are being done and I’ll get to it 🙂

  • Participant
    Level: Master
    Posts: 424

    I’ve put in a temporary workaround. something was putting ‘”‘ around the html so it was not being processed. But in the native media editor, that is not happening. I’ve checked my own app, and it is not working on anything related to the media description in MPP.

  • Participant
    Level: Master
    Posts: 424

    Actually, I just edited the description in the MediaPress Admin Gallery Editor, and after saving, all the tags came back

  • Participant
    Level: Master
    Posts: 424
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 424

    I currently do not have any users to moderate, so this is now at the bottom of my priority stack. I may come back to this, but right now I’m wondering if I can use MediaPress without BuddyPress?

  • Participant
    Level: Master
    Posts: 424

    The problem is in the moderation add-on, if I deactivate that, the public get their galleries back.

  • Participant
    Level: Master
    Posts: 424

    I’ve just deactivated all other plugins, none logged-in users are still unable to see the galleries. I’ll see if downgrading php has any effect