if you use the official Nginx config (nginx.conf.sample file in the Magento 2 distribution) then you need change the line 109 from :location ~ (index|get|static|report|404|503).php$ {to :location ~ (index|get|static|report|404|503|phpinfo).php$ {and…
php bin/magento admin:user:create –admin-user selmanCreate or edit an administratorUse this command to create a new administrator or to edit an existing administrator. If you’re editing an administrator, only the first…
It’s Hard to find why its happen without seeing your installation process. But this may help you:You can reinstall your projectBy mistake you forget your admin URL; You can see/change admin…
Solution: Magento2.2.0.dev version onwards we can find one more new folder which is introduce by magento team. Folder name called “generated” in root the project. This is auto generated folder. Delete “root/generated/metadata” folder & run the deploy command (again same folder will create). The website start works after delete the folder.
PrerequisitesUbuntu 18.04 2GB or more RAM memory Root privileges What we will doInstall PHP Composer Download Magento 2 Install Magento Components Generate SSL Letsencrypt Configure Nginx Virtual Host for Magento…
Problem: Something went wrong with processing the default view and we have restored the filter to its original state.Fixed:File open: vendormagentoframeworkViewElementUiComponentDataProviderFulltextFilter.phpFunction change:public function apply(Collection $collection, Filter $filter){ if (!$collection…