I started to install Magento. This is the command line instruction:
"php bin/magento setup:install --base-url="http://localhost/magento" --db-host="localhost" --db-name="magento" --db-user="root" --db-password="" --admin-firstname="admin" --admin-lastname="admin" --admin-email="[email protected]" --admin-user="admin" --admin-password="admin123" --use-rewrites="1" --backend-frontname="admin"
When I execute it, I have this error:
Class "MagentoBackendAppRequestPathInfoProcessorProxy" does not exist
How can I reslove this problem?
3
Answers
This error is coming when there is some permission related issue, so try to provide appropriate permissions to Magento folder & files.
For permission cmd, you can follow below commands :
In my case it was php version issue.
I was running command
which give me below error
because my default php version was set 8.0 for command line so i need to use
This happened to me after updating to Magento 2.4.4. I fixed it by running: