• Resolved Jakours2

    (@jakours2)


    [19-Jun-2023 16:09:10 UTC] PHP Deprecated:  strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/xxx/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php on line 479
    [19-Jun-2023 16:09:10 UTC] PHP Warning:  fopen(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/xxx/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php on line 441
    [19-Jun-2023 16:09:10 UTC] PHP Warning:  fopen(https://noc4.wordfence.com/v1.11/?action=get_malware_signatures&k=ca93998d667f40695b71f739b39df2871118b515ee0959c6e61e86bfa01e245ac3691489747ffa928672cd8d235034cbebf97ddd94095b4af28a7d1a133f85e9&s=https%3A%2F%2F

    Hello, we get these error, and was undable to update the rules manually.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support wfpeter

    (@wfpeter)

    Hi @jakours2, thanks for the log information.

    As the top line is a non-fatal deprecation notice, therefore not stopping PHP from completing its task, you and your visitors shouldn’t see any negative effects. The fopen() issue can be solved by changing allow_url_fopen in your server configuration. In fact, the deprecated null parameter may be expecting the file that cannot be opened in the lines preceding it – so changing this may suppress the notices altogether.

    Let us know how you get on!
    Peter.

    Thread Starter Jakours2

    (@jakours2)

    Hey! Thanks for ur rapid answer.

    Solved ??

    Thread Starter Jakours2

    (@jakours2)

    So, i confirm that was not a wordfence problem but a server PHP setup. Case close.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rules + PHP Deprecated’ is closed to new replies.