We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22770
    • 285 Posts
    A new error has suddenly appeared in my MODX installation. Whenever I log in to the manager, I get the following:

    Error!
    
    No action with 1 found.


    (If I attempt to direct the URL to a different page on the manager, e.g., www.example.com/manager/index.php?a=10&id=2, then the number in the error changes to the 'a' value in the URL (10, in this example)).

    The error suddenly appeared when I was editing the site. All was working fine, but then I clicked on a page to edit, and this error appeared and has remained.

    I'm using PHP 5.2.17, MySQL 5.1.61, Apache 2.2.22.

    I am embarrassed to say that I don't know exactly what version of MODX I was using. I suspect it was 2.0.9, but I'm not sure how to find out now that I can't access the manager in any way.

    Any suggestions as to how I can fix this problem?

    This question has been answered by multiple community members. See the first response.

    [ed. note: PatrickSamphire last edited this post 14 years, 5 months ago.]
    • discuss.answer
      • 3749
      • 24,544 Posts
      The first thing to try is deleting all files in the core/cache directory.

      If that doesn't work, try turning off the compress_js and compress_css System Settings.


      ------------------------------------------------------------------------------------------
      PLEASE, PLEASE specify the version of MODX you are using.
      MODX info for everyone: http://bobsguides.com/modx.html
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
      • discuss.answer
        • 22770
        • 285 Posts
        Thanks! Deleting the contents of core/cache/action_map sorted it out (fairly logically, I suppose).