craftcms / craftcms/cms

Queue failing on resave of channel

Open
#3,725 1 comment 0 reactions 1 assignee View on GitHub

@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
  1. Create an asset in a subfolder.
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.