skip to Main Content

I can't delete the folder generated/code in Magento 2.2.6

I use Docker for my project. After installing the 2.2.6 package with sample data, it gives me problems like the following when I execute php bin/magento cache:clean The file "/var/www/html/src/generated/code/Magento/Backend/App/Request/PathInfoProcessor/Proxy.php" cannot be deleted Warning!unlink(/var/www/html/src/generated/code/Magento/Backend/App/Request/PathInfoProcessor/Proxy.php): No such file or directory The…

VIEW QUESTION

Magento 2 install issue (php 7.0.32) on windows 10

magento version : Magento-CE-2.2.6-2018-09-07-02-07-16 PHP : 7.0.32 this message shown in system.log "C:/xampp/htdocs/mag/generated/code/Magento/Paypal/Model/PayflowlinkFactory.php.11336" cannot be renamed into "C:/xampp/htdocs/mag/generated/code/Magento/Paypal/Model/PayflowlinkFactory.php" Warning!rename(C:/xampp/htdocs/mag/generated/code/Magento/Paypal/Model/PayflowlinkFactory.php.11336,C:/xampp/htdocs/mag/generated/code/Magento/Paypal/Model/PayflowlinkFactory.php): The process cannot access the file because it is being used by another process. (code: 32) Class MagentoPaypalModelPayflowlinkFactory generation error: The…

VIEW QUESTION
Back To Top
Search