Dynamic Copyright Year plugin throwing warnings
-
DCY plugin ver. 1.0.2, WP ver. 6.2
Activate plug-in, view site home directory, file error_log contains following warnings for every site access request:
[22-Apr-2023 03:05:03 UTC] PHP Warning: Undefined array key “prem-position-1” in /path/to/domain.tld/wp-content/plugins/dynamic-copyright-year/dynamic-copyright-year.php on line 58
[22-Apr-2023 03:05:03 UTC] PHP Warning: Undefined array key “fscymu-policylink-ptag” in /path/to/domain.tld/wp-content/plugins/dynamic-copyright-year/dynamic-copyright-year.php on line 73The code in the file dynamic-copyright-year.php is accessing an array with an undefined key. It should be testing for an undefined key and taking action to resolve the issue.
The topic ‘Dynamic Copyright Year plugin throwing warnings’ is closed to new replies.