We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36875
    • 5 Posts
    Hi all,

    I’m having a strange problem with the Login component.

    I have defined a lot of extra lexicon entries in namespace ’Login’, topic ’Register’. This is because I have a very elaborate registration form.

    Now, when I go to the database and do

    SELECT * FROM `modx_lexicon_entries` WHERE `namespace` = 'login' AND `topic` = 'register' AND `language` = 'nl'


    I see that there are 46 records. But when I search for lexicon entries in the manager with the same criteria, I can only see 40 entries. The lexicon entries work okay on the frontend, that is, they are parsed correctly. It’s just that for some of them, I have to go to the database to modify them. Is this a bug or am I overlooking something obvious?
      • 26217
      • 1 Posts
      I have the same Problem here and it would be so great if someone could explain this.
        • 26217
        • 1 Posts
        Well. I think I got it.
        Please check the files that you can find in the path of your namespace (tbl. modx_namespaces).
        It looks like MODx detects the sum of the lexicon entries depending on the length of the arrays in the namespace path files. Because of this, you have to add every new lexicon entry to these files too, to make the lexicon manager pagination work properly