We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32717
    • 3 Posts
    I have upgraded from 1.0.3 to 1.0.4 and I noticed that the "Remove Locks" item is now missing in the manager.

    I am using the default admin account - I have tried with creating another administrator account but the item is still missing.

    Is there anyone having the same problem and perhaps a possible solution?

    Thanks....


      • 10487 MODX Staff
      • 1,535 Posts
      A new permission for ’Remove Locks’ was added in 1.0.4. Have you run the installer in upgrade mode? That will update the default administrator role to have that permission.

      If you are using a custom role, then you will need to ensure that the ’Remove Locks’ permission is enabled.
        Garry Nutting
        Senior Developer
        MODX, LLC

        Email: [email protected]
        Twitter: @garryn
        Web: modx.com
        • 32717
        • 3 Posts
        Hmmm, I have no idea, I upgraded via SimpleScripts provided by my webhosting provider.

        I guess this means the permission was not added by the installer ... is there any way I can edit my admin account permissions now? I tried doing it through the manager but it does not allow modifications to the admin account...
          • 28042 ☆ A M B ☆
          • 24,524 Posts
          You’ll have to go into the database and manually set that field to 1 then. It’s in the user_roles table, the last field.
            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
            • 32717
            • 3 Posts
            For some reason the ’remove_locks’ field was missing altogether in the database. I added it and assigned it to the admin role which solved the problem.

            Thank you both very much for all the help.