Posted by imp7 on October 10, 2012 at 1:05pm
2 followers
Jump to:
| Project: | File (Field) Paths |
| Version: | 7.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
While using node_save inside an install profile the files don't get put in the specified path.
Can anyone confirm this behaviour?
Does this have something to do with there being no active user? what other conditions are not present during an install profile's *.install file.
I have failed to determine a cause and have instead hacked a manual move and wrapped a custom node_save to make this work. Any help or thoughts are appreciated. Thanks.
Comments
#1
Can you give me an example install profile so that I can test?
I'm guessing it's a timing issue, that at the time of node_save() in the install profile the File (Field) Paths module is not yet active.