I installed magento 2 in a directory jle2.aaefe.org and got it working with the addons etc I needed. to go live I rename the directory to jle.aaefe.org. I change the URLs in the system setup and the frontend is now working fine. I cannot access the admin page now. When […]
Daily Archives: November 22, 2021
I’m following this tutorial: Magento 2: Add custom category layout to multiple categories however in the end the catalog_category_view is created, however I already have this file created what i need is to create a catalog_category_view for a different custom xml layout. It’s possible ? Basically I need my custom […]
The docs https://devdocs.magento.com/guides/v2.4/howdoi/checkout/checkout_new_field.html they describe adding a new field to the checkout form. The first step is to get the field onto the form and they do this using a plugin for the checkout block’s layout processor. Instead of manipulating the layout object directly in memory via a plugin, why […]
app/design/frontend/Vendor/Customtheme/Magento_Theme/layout/default.xml <?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="register-link" remove="true" /> <referenceBlock name="authorization-link" remove="true" /> <referenceBlock name="wish-list-link" remove="true" /> <referenceBlock name="my-account-link" remove="true" /> <referenceBlock name="top.links" remove="true" /> <referenceBlock name="header.panel.wrapper" remove="true" /> <referenceBlock […]
Following are the commands i run ~/www/magento2 > composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2 bin/magento setup:install --base-url=http://localhost/magento2/ --db-host=localhost --db-name=magento --db-user=root --db-password=Glassofwater_1 --admin-firstname=Magento --admin-lastname=Admin --admin-email=user@example.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=PKR --timezone=America/Chicago http://localhost/magento2/ is point to /Users/shanali/www/magento2 It always show 404 error on apache2. I’m using Mac os monetory. What do you suggest, i […]
I have an ec2 instance running ubuntu 20.04. I need to set up multiple sftp users with the following requirements: Each can log in directly to their own directory. They should not be able to see, or know about, the other users or their directories. They should not be able […]
In my Postfix config, I have smtpd_sender_login_maps pointing to a file ldap-senders.cf that contains the following: root@mail:/# cat /etc/postfix/ldap-senders.cf bind = yes bind_dn = cn=Administrator,cn=users,dc=internal,dc=DOMAIN,dc=com bind_pw = SomeP@5sword query_filter = (|(mail=%s)(proxyAddresses=smtp:%s)(memberOf=cn=Domain Admins,cn=Users,dc=*)) result_attribute = mail, uid search_base = dc=internal,dc=DOMAIN,dc=com server_host = dc1.internal.DOMAIN.com start_tls = yes version = 3 This allows […]
I was checking the firewall setttings for my Windows 10 computer because everytime I set the connection to be encrypted for the Outbound DNS ** related items my Wireless connection fails. I run the troubleshooter and it tells me that the IP address doesnt have a valid configuration. I am […]
When I go to https://kuula.co/ I get the following popup: There seems to be an issue with WebGL in your browser. Please reload the page or restart the browser When I go to https://www.360cities.net/ I get the following error: Adobe Flashplayer or HTML5 Browser with WebGL or CSS3D support required! […]