PHP7 Notice Errors
-
Greetings,
My php error log is filling with notices that do not seem like actual errors, but I am not sure – and if they are errors I want to get them fixed.The specific errors I am seeing are:
[php7:notice] [pid 4430] [client 71.237.113.113:57347] :: Tax Rate Found :: (WCS Tax)
[php7:notice] [pid 4430] [client 71.237.113.113:57347] {“1”:{“rate”:8.25,”label”:”NV Tax”,”shipping”:”no”,”compound”:”no”}} (WCS Tax)
[php7:notice] [pid 4430] [client 71.237.113.113:57347] :: Updating Tax Rate To :: (WCS Tax)
[php7:notice] [pid 4430] [client 71.237.113.113:57347] {“tax_rate_country”:”US”,”tax_rate_state”:”NV”,”tax_rate_name”:”NV Tax”,”tax_rate_priority”:1,”tax_rate_compound”:false,”tax_rate_shipping”:0,”tax_rate”:8.25,”tax_rate_class”:””} (WCS Tax)
[php7:notice] [pid 4430] [client 71.237.113.113:57347] Tax Rate ID Set for 1 (WCS Tax)
If these are not really errors, how can I disable them so that my logs do not fill up with impertinent data? If they are indeed errors, how might I troubleshoot them and stop them from occurring?
Thanks,
DonnieThe page I need help with: [log in to see the link]
- The topic ‘PHP7 Notice Errors’ is closed to new replies.