Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: [Resolved] MediaPress Local Transcoder #40888

    Thank you.
    Please clear the error log, then visit the WordPress dashboard and check the log again.

    Is it showing some message there? There is a possibility that the change did not apply to the specific site. It happens when there are different versions of php enabled for sites.

    Please see this.
    https://forums.cpanel.net/threads/disable-functions-in-php-configuration-easyapache-4.588947/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: [Resolved] MediaPress Local Transcoder #40886

    Hi David,
    Thank you for the details. There is a simple solution for it. You need to remove shell_Exec command from the list of disabled functions.

    Please have a look at this.
    https://support.cpanel.net/hc/en-us/articles/360051980414-How-to-modify-disable-functions-in-WHM-when-using-PHP-FPM

    Please let me know if making that change makes the plugin work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: PLUGIN DOES NOT WORK! #40883

    Hi Antoni,
    Thank you.

    I am looking forward to the screenshot.

    Our plugin(Member Types Pro) adds a tab on members directory for each enabled member type and clicking on that shows the filtered users list. I was referring to that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: [Resolved] MediaPress Local Transcoder #40881

    Thank you.
    It confirms that you have installed FFMPEG successfully.

    Now, there are only 2 possibilities left.

    The shell_exec command is disabled or it is unable to execute the FFMPEG binary.

    Are you getting this notice in the admin

    “Transcoder needs FFMPEG. You don’t seem to have it installed.” or is it the conversion which is failing?

    If possible, Please enable debug log for WordPress and share it to me. That should point to the issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: PLUGIN DOES NOT WORK! #40879

    Hi,
    I am hoping to be able to make the badges plugin compatible with it but I do not think that we can make the member types pro compatible(The list filtering by member types).

    Here is an example showing what I have got on their header
    https://ibb.co/crQ3xyp

    Please mark the locations you want the badge to appear(on profile, in member directory) and I can update within 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: [Resolved] MediaPress Local Transcoder #40877

    Thank you.
    Just one more command.

    Does it work

    
    ffmpeg -version
    

    and what is the output. Is it some version information or error?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: [Resolved] MediaPress Local Transcoder #40875

    Hi David,
    Thank you.

    Please run this command in the terminal

    
    which ffmpeg 2>/dev/null
    

    and let me know the output.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: PLUGIN DOES NOT WORK! #40874

    In case they are looking for an example,the action “bp_profile_header_meta” should act as one.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: PLUGIN DOES NOT WORK! #40873

    Hi Antoni,
    By customization, they are probably referring to the changes that they are allowing/limiting to. It is not about extending with plugins which work with BP legacy template pack(this is the template pack they use) but not with their theme.

    The reason is they have explicit support for some of the plugins hardcoded. Other plugins which depend on the hoook provided by template pack, can not work as they do not have those hooks(actions & filters) hook(at least that is what I found in the member header).

    Please convey this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25488
    Brajesh Singh on in reply to: PLUGIN DOES NOT WORK! #40868
    This reply has been marked as private.