I can't login to my admin account, this error occurs (log from apache). Thanks for help!
PHP Question2Answer MySQL query error 1411: Incorrect string value: '::1' for function inet_aton - Query: INSERT INTO qa_iplimits (ip, action, period, count) VALUES (COALESCE(INET_ATON('::1'), 0), 'L', 406099, 1) ON DUPLICATE KEY UPDATE count=IF(period=406099, count+1, 1), period=406099, referer: http://localhost/
I've had this problem too. It's due to Mac using IPv6 by default. The easiest way to fix it is:
The next version of Q2A (1.8) has full support for IPv6 so the issue will be fully resolved.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.