Magento 2 install on Linux erros

Hey! I was trying to run the command valet install but it can’t connect to the mysql server but when I run mysql -u root -p I can connect. Does any one know how to fix it? Thank you very much submitted by /u/PayStudLoanAndHouse [link] [comments]

Broken Slider?

I updated my (boss’s) website banner slider in Magento 2 today. I replaced existing images (fully working banner/slider) with lower-res images of the same dimensions. Now, only one image is loading, and it is not sliding through all of the images, nor showing arrows or pagination. I can flush the cache as a common fix. …

Non-English Customer Service

Hi! I’m considering using Magento but am concerned about customer service options. Does anyone know if Magento offers support (phone, email, or even chat) in any languages other than English? submitted by /u/No-Passion6886 [link] [comments]

Trying to Grow our Magento Team – Any Tips on Where to Look?

Hello Everyone, I work with a development agency and we’re working on growing our Magento team to handle a larger workload. We’ve had some success using the usual recruiting sources like Indeed, but we’d like to start finding more options to find more people. I understand that there’s not one place to go to find …

Store themes broken

In trying to remove and re-register a theme, I’ve apparently broken something. When trying to re-apply the theme, I’m getting an error. Something went wrong while saving this configuration: Required parameter ‘theme_dir’ was not passed See screenshot: https://imgur.com/ZdGkQvL Also, it doesn’t seem to matter what theme I select, they all are giving the error. Ideas? …

Changing product page.

I’m a novice when it comes to Magento layout files. I am trying to customize a theme. I have created a catalog_product_view.xml file in app/design/frontend/Local/custom_theme_name/Magento_Catalog/layout folder. my .xml file looks like this: ​ <?xml version=”1.0″?> <page *layout*=”1column” *xmlns*:*xsi*=”http://www.w3.org/2001/XMLSchema-instance” *xsi*:*noNamespaceSchemaLocation*=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <move *element*=”product.info.description” *destination*=”product.info.main” *before*=”product.info.addto”/> </page> However, I don’t see any changes on the group product page. …

2.4.2 to 2.4.3

Hi guys, having an error that I’ve tried flushing all caches, tried a bunch of different things I’ve read online with no luck so I turn to the old faithful reddit. Many thanks in advance! “` [2021-11-22 04:52:25] main.CRITICAL: The contents from the “/chroot/home/af45b045/504260cea6.nxcli.net/html/pub/static/adminhtml/Magento/backend/en_AU/mage/requirejs/mixins.min.js” file can’t be read. Warning!file_get_contents(/chroot/home/af45b045/504260cea6.nxcli.net/html/pub/static/adminhtml/Magento/backend/en_AU/mage/requirejs/mixins.min.js): failed to open stream: No such …

Guest “NOT LOGGED IN” customer order from admin/backend?

I know it’s possible from the frontend Magento 2 checkout for a customer to checkout as a guest/not logged in and not have to create an account, but how can we facilitate this same thing (guest checkout) from the backend/admin? ​ If we take an order over the phone and place it from within the …