Replies
- Brajesh Singh on October 8, 2021 at 4:33 am 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 - Brajesh Singh on October 8, 2021 at 4:17 am 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-FPMPlease let me know if making that change makes the plugin work.
Regards
Brajesh 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- Brajesh Singh on October 7, 2021 at 10:44 pm 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 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/crQ3xypPlease mark the locations you want the badge to appear(on profile, in member directory) and I can update within 24 hours.
Regards
Brajesh- Brajesh Singh on October 7, 2021 at 9:59 pm in reply to: [Resolved] MediaPress Local Transcoder #40877
Thank you.
Just one more command.Does it work
ffmpeg -versionand what is the output. Is it some version information or error?
Thank you
Brajesh - Brajesh Singh on October 7, 2021 at 9:42 pm in reply to: [Resolved] MediaPress Local Transcoder #40875
Hi David,
Thank you.Please run this command in the terminal
which ffmpeg 2>/dev/nulland let me know the output.
Thank you
Brajesh In case they are looking for an example,the action “bp_profile_header_meta” should act as one.
Regards
BrajeshHi 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- This reply has been marked as private.