dimoss
Well-Known Member
Hi,
i use the Fabrik Form - Log to log user actions in my website is specific forms.
I realized that i get some errors in the #_fabrik_log db table as follows:
"Error writing database for log: Data too long for column 'ip_address' at row 1"
I checked the field type `ip_address` of the #_fabrik_change_log db table and i saw it's char 14.
Maybe it's irrelevant but an ip like xxx.xxx.xxx.xxx is equal to 15 so I changed the length to 15.
I will wait to see if the errors will be dissapeared.
i use the Fabrik Form - Log to log user actions in my website is specific forms.
I realized that i get some errors in the #_fabrik_log db table as follows:
"Error writing database for log: Data too long for column 'ip_address' at row 1"
I checked the field type `ip_address` of the #_fabrik_change_log db table and i saw it's char 14.
Maybe it's irrelevant but an ip like xxx.xxx.xxx.xxx is equal to 15 so I changed the length to 15.
I will wait to see if the errors will be dissapeared.