We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4594
    • 74 Posts
    @rthrash

    One last-ditch effort might be to use just alpha-numeric for your password...

    I did it, but no effect...

    But anyway: thanks for your patience!
      • 6726
      • 7,075 Posts
      Maybe it’s dumb but last thing I can think about is, did you clear your browser cookies and session data ?
        .: COO - Commerce Guys - Community Driven Innovation :.


        MODx est l'outil id
        • 4594
        • 74 Posts
        @davidm

        I’ve read this before in another post... So i did also clear all cookies, etc.
        But always the same.... huh
          • 6726
          • 7,075 Posts
          Like Ryan, I am at loss here !

          There must be something we’re missing... one last thing which comes to mind is does the site_id in the modx_system_settings table match the $site_sessionname in config.inc.php. I have had some issues with that in the past, could mess up sessions...

          Or else it’s a server related issue... did you check the phpinfo() against MODx requirements ?

            .: COO - Commerce Guys - Community Driven Innovation :.


            MODx est l'outil id
            • 4594
            • 74 Posts
            @davidm

            I checked the site_id in the modx_system_settings with the $site_sessionname in config.inc.php and they didn’t match.
            I changed the $site_sessionname to that value in the database and uploaded it, but nothing happened...

            I don’t think, that the problem relates to the server config, because everything went fine until i tried to change my admin-user-name and my admin password in the manager...

            I have also a second account with very less functionality (redakteur) and i have no problems to log into this account. But it doesn’t help me because of setting nearly no rights to this user...
              • 6726
              • 7,075 Posts
              Very strange... if it’s not server related, it could be a corrupted file, something amiss somewhere...

              But maybe there are some things we didn’t check yet like values for blocked, blockeduntil, blockedafter fields in the modx_user_attributes table. Those should be set to 0.

              What are those saying ?

              Same for the modx_user_roles fields, those should ALL be set to 1.



                .: COO - Commerce Guys - Community Driven Innovation :.


                MODx est l'outil id
                • 4594
                • 74 Posts
                values for blocked, blockeduntil, blockedafter fields in the modx_user_attributes table

                I checked these. Everything is OK. Nothing is blocked. Same for user_roles. Everything is set to one.

                I tried to log in with JS turned off so i’m directed to the "login.processor.php". There i have checked, if something is found in the database. But it gets me back, that 0 rows are found.

                echo $limit; returns "0"

                echo $rs; returns "Resource id #15"

                The processor script brakes at line 76:

                if($limit==0 || $limit>1) {
                    jsAlert($e->errors[900]);
                    return;
                } 


                What does this mean?

                By the way: I’m using Modx V. 0.9.6
                  • 4594
                  • 74 Posts
                  @All

                  I’m out of office now.
                  But i will come back tomorrow. For sure.... So any suggestions are welcome!
                    • 4594
                    • 74 Posts
                    SOLVED!!!!

                    The Site Hoster switched to PHP5 and produced also a new mysql version. So there exists now two databeses. And was working always in the wrong one >:(

                    Sorry guys for the confusion!

                    Many thanks anyway....

                    captain

                      • 6726
                      • 7,075 Posts
                      Ok it makes more sense now !

                      Thanks for reporting smiley
                        .: COO - Commerce Guys - Community Driven Innovation :.


                        MODx est l'outil id