Someone used a "punkspider" bot against my website. That triggered this error:
Error : A non-numeric value encountered
$silentproblems[] = 'timeout after ' . ($timenow - $timestamp) . 's';
In qa-include/app/users.php. https://github.com/q2a/question2answer/blob/dev/qa-include/app/users.php#L1357
User Agent: Punkspider/5.0 (opt-out to support@hyperiongray.com)
IP: 3.23.208.80
How can "non-numeric value" happen at that line of code? – I guess it was an injection/hack attempt.
How to fix it?
Someone used a "punkspider" bot against my website. That triggered this error:
$silentproblems[] = 'timeout after ' . ($timenow - $timestamp) . 's';In
qa-include/app/users.php. https://github.com/q2a/question2answer/blob/dev/qa-include/app/users.php#L1357How can "non-numeric value" happen at that line of code? – I guess it was an injection/hack attempt.
How to fix it?