• Resolved mballew

    (@mballew)


    Can you advise on this error? See below from log

    I did notice this error occurring constantly:2022/12/18 07:37:10 [error] 31140#31140: *45341 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function wp_create_nonce() in /www/tieronecompression_913/public/wp-content/plugins/bulk-edit-user-profiles-in-spreadsheet/modules/wp-sheet-editor/views/extensions-page.php:5Stack trace:#0 {main}thrown in /www/tieronecompression_913/public/wp-content/plugins/bulk-edit-user-profiles-in-spreadsheet/modules/wp-sheet-editor/views/extensions-page.php on line 5” while reading response header from upstream, client: 152.89.196.59, server: tieronecompression.com, request: “GET /wp-content/plugins/bulk-edit-user-profiles-in-spreadsheet/modules/wp-sheet-editor/views/extensions-page.php HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php7.4-fpm-tieronecompression.sock:”, host: “tieronecompression.com:40582”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose Vega

    (@josevega)

    Hi there.

    This is not an error caused by our plugin. The error message says:
    request: “GET /wp-content/plugins/bulk-edit-user-profiles-in-spreadsheet/modules/wp-sheet-editor/views/extensions-page.php HTTP/1.1”

    This means that a bot is scanning your website trying to find vulnerabilities and visit an invalid URL like tieronecompression.com/wp-content/plugins/bulk-edit-user-profiles-in-spreadsheet/modules/wp-sheet-editor/views/extensions-page.php

    So the error happens because a file of our plugin was tried to be opened as a regular web page bypassing WordPress. So the WordPress functions didn’t exist.

    • This reply was modified 1 year, 11 months ago by Jose Vega.
    Thread Starter mballew

    (@mballew)

    Thanks for that info, I will check firewall security.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function wp_crea’ is closed to new replies.