cannot use the plugin

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 1 reply thread
  • Author
    Posts
    • #3641


      webdesignbypu
      Participant

      I installed ffmpeg on my machine and are able to check it on my terminal, however on the plugin it’s still showing that it’s not detected and I have to install it. I tried to use WPTerm to check and got this error “Are you allowed to run PHP program execution functions?”

      Please see the screenshots in the attachment. Please let me know your email I will send you the login to our site.

       

      Attachments:
      You must be logged in to view attached files.
    • #3646


      Szabi – CodeRevolution
      Keymaster
      Post count: 4202

      Hello, First of all, thank you for your purchase.

      It seems that your server’s settings needs to be changed to allow execution of ffmpeg on your server, please check below:

       

      If you are not the root on the machine, and exec() function is disabled, then you can’t enable it by yourself.

      See http://php.net/manual/en/ini.core.php#ini.disable-functions

      disable_functions string

      This directive allows you to disable certain functions for security reasons. It takes on a comma-delimited list of function names. disable_functions is not affected by Safe Mode.

      Only internal functions can be disabled using this directive. User-defined functions are unaffected.

      This directive must be set in php.ini For example, you cannot set this in httpd.conf.

      How to enable exec() and shell_exec()

      To enable exec() function, you have to modify php settings using a php.ini file.

      1. Open php.ini file and search for disable_functions exec and shell_exec
      2. Delete “exec” and “shell_exec” from disable_functions
        disable_functions = "show_source,system, shell_exec,exec"
      3. Save the changes and reboot server.

      That’s it!

      I hope this helped.

      Regards, Szabi – CodeRevolution.

Viewing 1 reply thread

The topic ‘cannot use the plugin’ is closed to new replies.