We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20364
    • 89 Posts
    I am trying to install the latest build from SVN and when I run _build/transport.core.php, I get loads of these errors:

    Could not store vehicle to file /var/www/vhosts/site.com/httpdocs/core/packages/core/modLexiconTopic/fd949548ff39960a4687f8a71dd2d481.vehicle


    Is there anything with the permissions I should be taking in to account? Seems everything is set to 755..

    Thanks in advance
      • 22303 MODX Staff
      • 10,725 Posts
      You should be running the build on a machine you have full control over IMO, and the /core/packages/ directory definitely needs to be writable by whatever user is executing the PHP process. I typically run this locally to build the core transport and then upload it to a server where I’ve checked out or exported the same revision, but PHP definitely needs to be able to write to the file system to build the transport package.