skip to Main Content

Magento 2 Directory '' is not under storage root path

App: Magento 2.3.7-p2 When executing MagentoCmsControllerAdminhtmlWysiwygImagesUpload::execute $this->getStorage()->getSession()->getCurrentPath()= '' although in the previous call MagentoCmsControllerAdminhtmlWysiwygImagesContents::execute the current Path was successfully saved via $this->_initAction()->_saveSessionCurrentPath(). I do not understand why $this->getStorage()->getSession()->getCurrentPath() = ''.

VIEW QUESTION

Why do I get "Class "MagentoBackendAppRequestPathInfoProcessorProxy" does not exist" when I install Magento 2?

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…

VIEW QUESTION
Back To Top
Search