You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
In 2034818: Fixes #4149 Quick fix by ignoring the URL that failed to insert. To properly fix one can change the collatoin on the site_url table to use German collation in mysql 5.5 (maybe other collations would work too see mysql bug http://bugs.mysql.com/bug.php?id=57860 )
…sert. To properly fix one can change the collatoin on the site_url table to use German collation in mysql 5.5 (maybe other collations would work too see mysql bug http://bugs.mysql.com/bug.php?id=57860 )
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
When adding an url with a german umlaut to a site where is the same url but without umlaut, there will show up a sql-error:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-http://heretheurl' for key 'PRIMARY'
Example:
Try to add "examplemlaut.org"
Then try to add "exampleumlaut.org"
Both handled as same name!
The text was updated successfully, but these errors were encountered: