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

    I've just upgraded our website to the latest version: 2.5.5-pl and in core -> cache -> logs is the attached file. What do these errors mean?

    Thanks in advance for your help.
    Paulien
      • 53234
      • 3 Posts
      I have very similar errors, but after clean install. Maybe someone will help to resolve this problem, so you should occasionally check my thread too.
      https://forums.modx.com/thread/101753/multiple-xpdo-related-errors-while-istallation
        • 45118
        • 123 Posts
        Does anyone know? This is what's in the log:
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/0f1d07e326a66e5d5dc0fd03577a74bf/0/ to /home/.../public_html/.../index.php
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/0f1d07e326a66e5d5dc0fd03577a74bf/1/ to /home/.../public_html/.../ht.access
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/334fb36c4a91cc03578b6a02b912e717/0/ to /home/.../public_html/.../manager/assets
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/334fb36c4a91cc03578b6a02b912e717/1/ to /home/.../public_html/.../manager/controllers
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/334fb36c4a91cc03578b6a02b912e717/2/ to /home/.../public_html/.../manager/templates
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/334fb36c4a91cc03578b6a02b912e717/3/ to /home/.../public_html/.../manager/min
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/334fb36c4a91cc03578b6a02b912e717/4/ to /home/.../public_html/.../manager/ht.access
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdovehicle.class.php : 181) Could not copy /home/.../public_html/.../core/packages/core/modContext/334fb36c4a91cc03578b6a02b912e717/5/ to /home/.../public_html/.../manager/index.php
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdofilevehicle.class.php : 103) Could not install files from /home/.../public_html/.../core/packages/core/xPDOFileVehicle/43791ccb20dfeb232b1676f6a4ed2a79/ to /home/.../public_html/.../connectors/
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdofilevehicle.class.php : 103) Could not install files from /home/.../public_html/.../core/packages/core/xPDOFileVehicle/366c44609ce38a5d983f19c61789a9aa/ to /home/.../public_html/.../connectors/
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdofilevehicle.class.php : 103) Could not install files from /home/.../public_html/.../core/packages/core/xPDOFileVehicle/e3dd8c18189007fd441e2fe3a17b8aea/ to /home/.../public_html/.../connectors/
        [2017-02-15 09:17:23] (ERROR @ /home/.../public_html/.../core/xpdo/transport/xpdofilevehicle.class.php : 103) Could not install files from /home/.../public_html/.../core/packages/core/xPDOFileVehicle/670c1945258cbc8f99968b4db51b3a1a/ to /home/.../public_html/.../connectors/
        
          • 3749
          • 24,544 Posts
          Those are just failures to copy files from the transport.zip file to their destinations. It usually means that either, 1) there is a problem with ownership or file permissions on the target files or directories, or 2) those files are missing in the downloaded transport file.

          Did you use UpgradeMODX to do the upgrade? Maybe the download of the .zip file timed out.
            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
            • 45118
            • 123 Posts
            Quote from: BobRay at Feb 17, 2017, 06:34 AM
            Those are just failures to copy files from the transport.zip file to their destinations. It usually means that either, 1) there is a problem with ownership or file permissions on the target files or directories, or 2) those files are missing in the downloaded transport file.

            Did you use UpgradeMODX to do the upgrade? Maybe the download of the .zip file timed out.
            Yes, I used UpgradeModx to do the upgrade. And the permissions seem to be fine (755 for directories and 644 for files). I don't know how to check if the files are missing in the transport file or if the download of the .zip file timed out.

            It's strange that radix0 has an identical issue: https://forums.modx.com/thread/101753/multiple-xpdo-related-errors-while-istallation...
              • 3749
              • 24,544 Posts
              You could just try the upgrade again, maybe later at night when the servers involved are less busy. If you set back the settings_version System Setting to the a previous version number, you can "upgrade" to the version you already have. Fresh files will be downloaded and installed.

                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
                • 45118
                • 123 Posts
                Quote from: BobRay at Feb 17, 2017, 05:01 PM
                You could just try the upgrade again, maybe later at night when the servers involved are less busy. If you set back the settings_version System Setting to the a previous version number, you can "upgrade" to the version you already have. Fresh files will be downloaded and installed.

                I can do that!

                The files are there though, I've attached screenshots of the two directories.