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.
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.