- Issue created by @egfrith
Automatically closed - issue fixed for 2 weeks with no activity.
There are a very few fields where there is a space in the key, which causes a crash in engine/data.inc.php due to addition of an integer to a string.
Parse a log file containing a line like
^mozilla\/4\.0 \(compatible;\)$ 177 0 20180630235739 0
All the data should be numeric, so we can check for non-numeric data to fix the key.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.