View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007704 | OXID eShop (all versions) | General | public | 2024-08-05 15:57 | 2024-08-07 09:33 |
Reporter | Steven | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 7.1.0 | ||||
Summary | 0007704: When removing a component, error is thrown and entries remain | ||||
Description | When composer removes a component you get error [Error] Class "OxidEsales\EshopCommunity\Core\Autoload\BackwardsCompatibilityClassMapProvider" not found However, the component is removed from the vendor directoy. In var/generated/generated_services.yaml the entry for the component (service) remains. If you call the OE console, there's no issue. The remaining entry will be simply removed from generated_services.yaml. Therefore it looks like you do not get any real problems by removing a component but the process is inconsistent. | ||||
Steps To Reproduce | composer require oxid-academy/product-data-reader composer remove oxid-academy/product-data-reader Check console output. See remains in var/generated/generated_services.yaml. Run ./vendor/bin/oe-console See generated_services.yaml again. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||