Question

An abstract factory could not create an instance of magentoframeworkappdeploymentconfig(alias: Magento\Framework\App\DeploymentConfig).

Above error appears on di compile, cache clean etc.

I am not sure why this error appearing.

Is their any fix for this?

Was it helpful?

Solution

It was php version issue, magento 2.3.5-p1 requires 7.3 php version, in system it was 8.0.

Setting php version 7.3, solves the error.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top