We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28033
    • 925 Posts
    It’s in English, same for my keyboard. One of my co-webmasters also has the same issue.

    I was thinking it might have been a config. issue (PHP-wise or something), rather than a bug in WLPE, since even WebSignup (a default MODx app that’s been tested) was giving that odd "username wasn’t entered" error.
      My Snippets
      -> PopUpChunk v1.0
      • 21800
      • 174 Posts
      Hello,
      how can this be in WLPE ?

      special chars (ö, ß … including "
      "):
      Why the same text looks fine on myProfile page (via Login) and userList - but not in wlpeViewProfileTpl?
        • 28033
        • 925 Posts
        Quote from: nos at Apr 15, 2008, 04:35 AM

        Hello,
        how can this be in WLPE ?

        special chars (ö, ß … including "
        "):
        Why the same text looks fine on myProfile page (via Login) and userList - but not in wlpeViewProfileTpl?

        Not that this post was being posted in anymore, but shouldn’t you make your own topic, and not "hijack" other people’s posts?

        As for your question, I dunno.
          My Snippets
          -> PopUpChunk v1.0
          • 21800
          • 174 Posts
          why do you mean your post is hijacked, isn’t this a matter of charset handling in wlpe?
            • 28033
            • 925 Posts
            Quote from: nos at Apr 15, 2008, 08:05 AM

            why do you mean your post is hijacked, isn’t this a matter of charset handling in wlpe?

            This was (technically) related to a supposed charset issue that I thought caused data in WLPE’s register code to "corrupt" my user database.

            Your post, while somewhat similar, would be better in it’s own thread, especially since this thread was almost two months old, and this could be considered "nercoposting" in some forums (dunno if it’s the case here).
              My Snippets
              -> PopUpChunk v1.0
              • 28042 ☆ A M B ☆
              • 24,524 Posts
              We do try to be a bit more flexible and friendly on the MODx forums, unless somebody is actually interrupting an ongoing discussion.

              Make sure your database’s default character set matches what you want, and that the config.inc.php line $database_connection_charset =’utf8’ matches, so that the tables, and their fields, are all the same. I’ve also had problems when my default MySQL (my.conf) setting was not what I was using, even though the database and tables were all set to utf8. There is a difference in collation between whatever-bin, whatever-general and etc. But that doesn’t have to do with display, just with sorting. A bit of time studying the MySQL documentation on the subject in your language would be of benefit.
                Studying MODX in the desert - http://sottwell.com
                Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                Join the Slack Community - http://modx.org
                • 21800
                • 174 Posts
                Ok, OK I’ve moved to a new topic (http://modxcms.com/forums/index.php/topic,24823.0.html). Thanx for your time, I regret discomfort.