Line 114 is causing large error_log files. Do you know how to correct this for PHP 7.4
$string .= chr(hexdec($hex[$i].$hex[$i+1]));
[12-Dec-2020 21:26:46 UTC] PHP Deprecated: Invalid characters passed for attempted conversion, these have been ignored in /plugins/system/securitycheck/securitycheck.php on line 114
Last edit: 4 months 1 day ago by Jose. Reason: Avoid path disclosure
Yes, you're right. Despite I did ton of tests to adapt the extension to PHP 7.4 (and now to PHP I didn't get the alert because my environment was not configured to show DEPRECATION notices. If do you have that setting in your live site I think you should change it to avoid tons of extra logs.
Anyway I have modified the plugin to avoid this message in a a future. I attach you a modified version; just download and uncompress the file and overwrite the file located into /plugins/system/securitycheck folder.