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

    Try these steps:

    1. Confirm for me that you have the following row in the modx_actions table:

    ID: 72 - mgr - 68 - workspaces/builder - 1 - workspace,file,package_builder

    2. Confirm for me that you have the following row in the modx_menus table:

    ID: 45 - 9 - 72 - package_builder images/icons/logging.gif 11

    3. Delete this file: core/cache/mgr/actions.cache.php

    Try those steps and get back to me.
      shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
      • 3749
      • 24,544 Posts
      Quote from: splittingred at May 06, 2008, 02:14 PM

      BobRay,

      Try these steps:

      1. Confirm for me that you have the following row in the modx_actions table:

      ID: 72 - mgr - 68 - workspaces/builder - 1 - workspace,file,package_builder

      2. Confirm for me that you have the following row in the modx_menus table:

      ID: 45 - 9 - 72 - package_builder images/icons/logging.gif 11

      3. Delete this file: core/cache/mgr/actions.cache.php

      Try those steps and get back to me.

      My modx_actions table goes to record ID 71 -- no record ID 72.
      My modx_menus table goes to record ID 44 -- no record ID 45.
        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
        • 28215
        • 4,149 Posts
        Quote from: BobRay at May 06, 2008, 02:44 PM

        My modx_actions table goes to record ID 71 -- no record ID 72.
        My modx_menus table goes to record ID 44 -- no record ID 45.

        Well then, that would be why. The build script was either not updated, or not fully run.

        Tell me if this is at the bottom of your _build/data/transport.core.actions.php

        $collection['72']= $xpdo->newObject('modAction');
        $collection['72']->fromArray(array (
          'id' => '72',
          'context_key' => 'mgr',
          'parent' => '68',
          'controller' => 'workspaces/builder',
          'haslayout' => '1',
          'lang_foci' => 'workspace,file,package_builder',
          'assets' => '',
        ), '', true, true);
        
          shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
          • 3749
          • 24,544 Posts
          It looks like some kind of SVN problem. That code is not there but I can see if if I do a diff on that file. For some reason, my _build and core directories are not being updated when I do a full update. I’ll try to update them individually and see if that works.

          ...

          Nope, they won’t update. It keeps telling me "Completed at Revision 3696" even though the local file is marked as out of date and I can see the changes in the diff. I’ve never seen this one before.

            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
            • 28215
            • 4,149 Posts
            Quote from: BobRay at May 06, 2008, 03:18 PM

            It looks like some kind of SVN problem. That code is not there but I can see if if I do a diff on that file. For some reason, my _build and core directories are not being updated when I do a full update. I’ll try to update them individually and see if that works.
            ...
            Nope, they won’t update. It keeps telling me "Completed at Revision 3696" even though the local file is marked as out of date and I can see the changes in the diff. I’ve never seen this one before.
            Try either one of two things:

            1. Delete the directories themselves, then revert.
            2. Re-checkout.
              shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
              • 3749
              • 24,544 Posts
              I just reverted them and did a couple updates and things seem normal now. I can see the Package Builder. laugh

              Sorry, I should have noticed that those files weren’t up to date.

              I was hoping the update would also fix the Tools | Actions crash of Apache but it’s still there.

              Thanks for all the help.
                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
                • 22303 MODX Staff
                • 10,725 Posts
                Quote from: BobRay at May 06, 2008, 03:56 PM

                I was hoping the update would also fix the Tools | Actions crash of Apache but it’s still there.
                This bug report is not encouraging in regards to the MySQL/PHP issues people have been dealing with for over a year now. It seems it is hard to find a stable combination of recent releases of MySQL server, the MySQL client library, and PHP.

                I’m running a CentOS server with PHP 5.2.5 / MySQL server 5.0.58 / MySQL client 5.0.58 and not experiencing any of these issues, but I have noticed these issues, with lots of scripts (not just MODx 0.9.7) when using the last two releases of XAMPP on XP. Frustrating for sure, but perhaps we can collect, organize, and present this knowledge well-enough to help adopters avoid these issues.