Support » Plugin: Broken Link Checker » 100% false positives – php required functions ?

  • Resolved ELAN42///

    (@nokao)


    Maybe my server configuration is the problem:
    disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source

    Is some of this functions required for the plugin to work ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • PHP 5.6 and up would be likely ideal. 5.2 and 5.3 obsolete; 5.4 now end of life.
    Sounds like you might need cURL running on your system.

    Thread Starter ELAN42///

    (@nokao)

    We use PHP 5.6

    So the problem is the missing curl_exec ?

    If so, can someone add this to the required functions / manual of Broken Link Checker ?
    I din’t find a reference to this problem …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘100% false positives – php required functions ?’ is closed to new replies.