Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
340 views
in Q2A Core by

Database query error 1411

Incorrect string value: ''::1'' for function inet_aton

INSERT INTO qa_users (created, createip, email, passsalt, passcheck, level, handle, loggedin, loginip) VALUES (NOW(), COALESCE(INET_ATON('::1'), 0), 'd@d.com', 'lu2cnp50f0acswkf', UNHEX('e60831631609bd4edddb182c20c2dfda0b19e6c6'), 120, 'd', NOW(), COALESCE(INET_ATON('::1'), 0))

This error occurs right after the creation of a SUPER ADMIN

1 Answer

+1 vote
by

Refer this issue. This problem seems to have not been fixed yet in the released version.

...