Skip to content

DI compilation error {module}\Model\UploaderPool does not exist #41

@maderlock

Description

@maderlock

Version of UMC: 1486c84
Magento 2.1.9

This error occurs when compiling a module created with UMC with a single entity using flat tables.

I had to edit {module}/Controller/Adminhtml/Statement/Save.php and remove all references to UploaderPool as this class does not exist in this module. The function getUploader() was also removed, which seemed safe as it was not called from anywhere. After this change the module compiled correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions