Queue failing on resave of channel
Open
@andris-sevcenko is already working on this.
Since Jan 27, 2019.
- Dominant language
- PHP
- Stars
- 3.6k
- Forks
- 705
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 134
Description
Description
I have a Craft site that is getting an error when a resave on a channel is triggered:
Return value of craft\services\Assets::ensureFolderByFullPathAndVolume() must be of the type integer, null returned.
The issue seems to be related to the fact that it's using folders and subfolders in Assets, but I am not 100% sure. I have validated that the files exist in the filesystem.
Also, it seems irrelevant, but just in case, here is the content of the job:
{
"elementType": "craft\\elements\\Entry",
"criteria": {
"siteId": 1,
"sectionId": "2",
"typeId": "2",
"status": null,
"enabledForSite": false
},
"description": "Resaving Blog - Blog entries"
}
Steps to reproduce
- Create an asset in a subfolder.
- Trigger resave on a channel with these assets.
Additional info
- Craft version: Craft Pro 3.0.38
- PHP version: 2.0.29
- Database driver & version: MySQL 5.6.41
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.