How to Push Magento 2 from My PC to github
My store is ready 100% and Now I wanna push it to GitHub but I cant, plz tell me steps in detail. I will be really thanks full to you,
My store is ready 100% and Now I wanna push it to GitHub but I cant, plz tell me steps in detail. I will be really thanks full to you,
I'm installing Magento 2 for the first time following this tutorial https://www.javatpoint.com/how-to-install-magento-2-using-composer. XAMPP is installed (with Apache and MySQL running), the database is setup on PHPMyAdmin, but when I try to run php bin/magento setup:install (step 23 in the tutorial)…
From today when I try to enter the BO of the site it gives me this error: The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later. I have already tried to run…
I struggle for 3 days now to get a simple Message Queue in Magento 2 to work. Here are my XML files: communication.xml: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd"> <topic name="erp.queue.order" request="string"> <handler name="erp.queue.order" type="TimoGOrderTransferModelQueueConsumer" method="process" /> </topic> </config> queue_consumer.xml: <?xml…
I have problema with magento 2 installation. I have done everything, elasticsearch is working fine. php bin/magento setup:install --base-url="http://127.0.0.1/magento" --db-host="localhost" --db-name="magento_praktika" --db-user="root" --db-password="" --admin-firstname="admin" --admin-lastname="admin" --admin-email="[email protected]" --admin-user="admin" --admin-password="admin123" --language="en_US" --currency="EUR" --use-rewrites="1" --backend-frontname="admin" --search-engine=elasticsearch7 --elasticsearch-host="https://mystore.magento.com" --elasticsearch-port=9200 --elasticsearch-enable-auth=true --elasticsearch-username="elastic" --elasticsearch-password="GPy8TkICgFU6dqYT_X_=" When I…
I have added below code to load custom template file from a cms page. {{block class="TestPointHistoryBlockIndex" template="Test_PointHistory::index.phtml"}} I want to get the latest data every time I reload this cms page but it always returns data from full page cache.…
I have upgraded Magento version from 2.3.5-p2 to 2.4.3 After upgraded to 2.4.3 version, i have cleared all the cache and generated folder. Then I ran the upgrade command then i got the below error: Cannot instantiate interface MagentoMediaGalleryApiModelAssetCommandGetByPathInterface#0 /vendor/magento/framework/ObjectManager/ObjectManager.php(70):…
We are upgrading Magento 2 from 2.3.4 to 2.4.4, but are getting the following error when running setup:upgrade. Anyone having an idea why we get this error? Best regards, Jesper Class 'LaminasCodeScannerFileScanner' not found#0 /home/name_dev/public_html/vendor/composer/ClassLoader.php(444): include() #1 /home/name_dev/public_html/vendor/composer/ClassLoader.php(322): ComposerAutoloadincludeFile() #2…
We are working on a Magento payment module, let's call it ABC. We are using Docker for the development. So, for development, we are using a Magento image and adding the module code to the htdocs/app/code via volumes from docker-compose.yml.…
I successfully installed venia on my local system. I connected the backend URL with Magento 2.4.4, Homepage and list page working fine. But, the Product page is not working. When I click on the product page it shows like the…