安裝期間,發生反射例外錯誤
本文提供安裝期間發生反射例外錯誤時的解決方案。
詳細資料 details
安裝期間會顯示類似下列的訊息:
[ERROR] exception 'ReflectionException' with message 'Class Magento\Framework\StoreManagerInterface does not exist' in /<path>/lib/internal/Magento/Framework/Code/Reader/ClassReader.php
解決方案 solution
清除Adobe Commerce的var
子目錄下的所有目錄和檔案,然後再次安裝Adobe Commerce軟體。
以Adobe Commerce檔案系統擁有者或具有root
許可權的使用者身分,輸入下列命令:
$ cd <your Magento install directory>/var
$ rm -rf var/cache/* di/* generation/* page_cache/*
Redis redis
如果您使用Redis但還是收到錯誤,請依照以下步驟清除Redis快取:
$ redis-cli FLUSHALL
recommendation-more-help
8bd06ef0-b3d5-4137-b74e-d7b00485808a