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

    Just after a fresh install of modx Evo 1.0.12, I can't login into the manager. I've got the same message again and again : Incorrect username or password entered

    What I did until now after reading posts on this forum :

    1. tripled check username and password
    2. changed password directly in MySQL in order to get a very simple password : 123456
    3. verified requirements for this version
    4. adjusted directives session.save_path and session.gc_maxlifetime
    5. set character and collation respectively to utf8 and utf8_unicode_ci

    6. done a lot of new installations

    Have an idea ?
    Please help
    Thanks in advance.
      • 9995
      • 1,613 Posts
      I think your DB can't be found.
      Are the /manager/includes/config.inc.php setting ok?
        Evolution user, I like the back-end speed and simplicity smiley
        • 45206
        • 32 Posts
        Hello,

        Yes, my DB is ok.
        I've finally found what was wrong.
        The directive "request_order" was set to "none".

        So, I set the correct value in .htaccess :
        php_value request_order GPC

        Thanks