Request to enhance database structure
Posted: 11 Jun 2023, 12:15
Hi, I just enabled IP logging and found a bug when it tries to store the ip.
Errormessage: Data too long for column ‘ip’ at row 1
The table that stores the logs has a varchar(20) for the IP which is too short. I changed it to 50 and it now works.
That should be fixed with next update.
Regards, Kai
Errormessage: Data too long for column ‘ip’ at row 1
The table that stores the logs has a varchar(20) for the IP which is too short. I changed it to 50 and it now works.
That should be fixed with next update.
Regards, Kai