Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

UTF-8 input - Database error/bug

Y.P.YY.P.Y New
edited September 2008 in Vanilla 1.0 Help
Hi, When i insert UTF-8 word, i received this error: UTF-8 words: ًٌٌٍَُريال،؛يژؤإأءـآۀ,،ّّ A fatal, non-recoverable error has occurred! Technical information(for support personel): Error message: An error occurred while creating a new discussion. Affected elements: DiscussionManager.NewDiscussion(); The error occurred on or near: Incorrect string value: '\xD9\x8B\xD9\x8C\xD9\x8E...' for column 'Name' at row 1 For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs URL/URI: http://localhost/post.php A fatal, non-recoverable error has occurred! Technical information(for support personel): Error message: An error occurred while attempting to validate your credentials. Affected elements: Authenticator.Authenticate(); The error occurred on or near: Illegal mix of collations (latin1_swedish_ci, IMPLICIT) and (utf8_general_ci, COERCIBLE) for operation '=' For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs URL/URI: http://localhost/people.php

Comments

  • check the documentation about utf-8 in vanilla 1.1.x: http://lussumo.com/docs/doku.php?id=vanilla:administrators:encodings Your database doesn't use a utf-8 encoding and it causes problems.
This discussion has been closed.