• Resolved Paul Hartman

    (@paul-hartman)


    I enabled WP_DEBUG looking for a different problem and found this in Debug.log:

    [07-Jan-2023 16:55:18 UTC] PHP Notice: Undefined variable: actions in /home/customer/www/chesapeakewomenanglers.org/public_html/wp-content/plugins/contact-form-7-paypal-add-on/includes/payments/cpt.php on line 43

    Should I worry about this?

    The page I need help with: [log in to see the link]

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

    (@collinsasse)

    PHP Notice errors are not shown in production environments, and are typically only shown in development/staging environments when PHP display_errors is enabled. You should not have this enabled on a production website, these errors are only helpful for debugging and troubleshooting and they can safely be ignored.

    Thread Starter Paul Hartman

    (@paul-hartman)

    OK. I just thought an undefined variable might be something important.

    Same error here!, missing variable error appears since i shwitched to php 8

    Is a coding error, can you fix it?.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP notice: Undefined variable’ is closed to new replies.