Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
7 Aug 2015 at 20:17 UTC
Updated:
13 Nov 2015 at 15:14 UTC
Jump to comment: Most recent
At this time we have a empty SITENAME/private and SITENAME/files folder on remote server after new site install.
For example, on Aegir host SITENAME/private folder contains 'config, files, temp' on remote server is empty. As result - site give error:
Warning: file_put_contents(temporary://fileBAldh4): failed to open stream: "DrupalTemporaryStreamWrapper::stream_open"
Patch fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| overwrite-files-and-private-folders-on-new-remote-site.patch | 497 bytes | formatC'vt |
Comments
Comment #2
formatC'vt commentedin other words - first rsync should be without
--exclude="files/*" --exclude="private/*"Comment #3
helmo commentedThanks.
I've updated it to a bit more verbose
provision_drupal_push_site($override_slave_authority = TRUE);to match our other uses of this.Comment #5
helmo commented