Magento 2 URL Not found after installation
I've installed Magento 2 on my ubuntu 20.04, I've tried to open up the landing page but it doesn't compile well and all the css is disturbed too. It says: The page you requested was not found, and we have…
I've installed Magento 2 on my ubuntu 20.04, I've tried to open up the landing page but it doesn't compile well and all the css is disturbed too. It says: The page you requested was not found, and we have…
I want to integrated the paypal standard option to my store, but unfortunately it is not visible on the admin side, Only the Express Checkout is there, Also checked in the Dropdown of other paypal payment methods but it is…
I got this issue when creating the customer in magneto 2. Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /vendor/magento/framework/Model/ResourceModel/Db/VersionControl/Snapshot.php on line 47 due to this reason, I increased the memory limit up…
On admin in Sales Order Grid, I am getting the following error. Please guide on this: Column not found: 1054 Unknown column 'allocated_sources' in 'order clause', query was: SELECT `main_table`.*, group_concat(sales_order_item.sku SEPARATOR ", ") AS `skus`, group_concat(sales_order_item.name SEPARATOR ",") AS…
My magento2 site was working fine. suddenly a single product details is showing in homepage instead of actual homepage. How can i fix this.
I need to get the Customer ID primary in Home Page, but not have a Session Interface to give this information. I tried theses: MagentoBackendModelSession MagentoCatalogModelSession MagentoCheckoutModelSession MagentoCustomerModelSession MagentoNewsletterModelSession Exists one interface to give Customer ID on every page?
I cannot login to Magento 2.4 Admin after upgrade. It's saying invalid parent id Dotdigitalgroup_Email::marketing_automation. I also created a new user-id and password using below syntax php bin/magento admin:user:create --admin-user='new-admin' --admin-password='!admin123!' --admin-email='[email protected]' --admin-firstname='Jon' --admin-lastname='Doe' Login not working please help. 1…
I am getting an error while upgrading from Magento 2.3.3 to 2.4.2. While running composer update I am getting one issue i.e. qbo/module-paypalplusmx 2.3.3-RC requires magento/framework 100.0.*|100.1.*|101.0.*|102.0.* -> satisfiable by magento/framework[102.0.3, 102.0.6-p1, 102.0.6, 102.0.5-p2, 102.0.4-p2, 102.0.5, 102.0.3-p1, 102.0.4, 101.0.11, 102.0.2-p2,…
At admin, the Catalog is showing a blank page at the backend. Can someone guide me on what is creating trouble. FYI modules Magento_Elasticsearch Magento_Elasticsearch6 Magento_Elasticsearch7 Magento_TwoFactorAuth are disabled when I checked the status. Also, while creating any custom category…
I just installed Magento 2.4.2 on my website. However, at the admin panel, I can see that 2FA is enabled by default. How can I disable 2FA in Magento and login to my admin panel?