php error
-
Hello,
Zepto plugin always promoted the error warning, like
2023/06/14 09:26:02 [error] 1753#1753: *44811 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined variable $dynpos in /usr/share/nginx/wordpress/wp-content/plugins/transmail/transMail.php on line 384PHP message: PHP Warning: Undefined variable $dynfrom in /usr/share/nginx/wordpress/wp-content/plugins/transmail/transMail.php on line 384PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/nginx/wordpress/wp-content/plugins/transmail/transMail.php on line 384PHP message: PHP Warning: Undefined variable $dynpos in /usr/share/nginx/wordpress/wp-content/plugins/transmail/transMail.php on line 384PHP message: PHP Warning: Undefined variable $dynfrom in /usr/share/nginx/wordpress/wp-content/plugins/transmail/transMail.php on line 384PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/nginx/wordpress/wp-content/plugins/transmail/transMail.php on line 384” while reading response header from upstream, client: 127.0.0.1, server: froninail.com, request: “POST /?path=/wc-stripe/v1/checkout&wc-ajax=wc_stripe_frontend_request HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “froninail.com”, referrer: “https://froninail.com/cart/”
Can you tell how can I to add some exception catch codes, like try {} at the /usr/share/nginx/wordpress/wp-content/plugins/transmail/transMail.php on line 384″ , so I can use that code to catch the exception, let it not prompt every order completed to trigger the error.
Thank you!
- The topic ‘php error’ is closed to new replies.