What does this error exactly mean? The website works fine for the first page. But upon going to other pages through the index, it shows this error. I have tried asking this through the website-contact email. But I didn’t get any response. Could you help me out a little?
Blog
I’ve found threads that addressed OR logic or operator logic but none together and it’s not working for me. Let’s say I have a table like this: Col1 Col2(Date) Col3(Date) I want to use countifs to get the number of rows where Col2, Col3 is either Blank OR is >= […]
How may times have you started a project from scratch and said 0 tech debt, unit tests at 100% coverage, and 0 defects. Only to find that the project turned into chaos, your unit test coverage slipped to the minimum required, and you have an entire backlog of tech debt? […]
I have Magento ver. 2.2.5, and I created a simple -20% discount rule on all products with the Catalog Price Rule. But the problem is, that the rule doesn’t work on some of the products and I have no idea why. Could anyone please help me out? I have tried everything […]
Security best practices suggest that you should never have an executable in a public web directory. However, in a typical Magento install (in my very limited experience), this is not true. Even in production, it seems bin/magento needs to remain executable. Are there other files that need to be executable? […]
I need to make massive changes on a purchased magento 2.1.9 theme. I created a child theme, copied the files I want to edit. For now I can use grunt to compile .less files located in the web/css directory of my child theme but I would also like to compile […]