Daily Archives: February 14, 2020
So I got a potential job offer to be a backend-end php developer. I have been coding with JavaScript/python for the last year and a half or so, but have never really messed with PHP. They want me to jump in and start learning right away. I am excited to […]
I’ve got a colleague who was brought in as a testing specialist to help improve code quality and reduce bugs. I’ve done a little testing before, but am no means an expert. When they joined I was really excited to learn from them as testing is definitely an area I […]
i need your proffesional advice on using this script on my linux debian server… the server is used to hosting a website on magento platform and i have noticed that each 2-3 days when i check the memory its showing like 5-7 GB free memory from total of 64 GB […]
Recently install fresh Magento 2.3.3 with sample order and products, Note I did this installation several times to check may the problem remove after re-installations. There are some issues i) When I open any order(in admin section) I can’t find any order phone number as I click on any order […]
I’ve installed an extension to Magento that switches customers groups, the cron that it runs is giving me the following error: TRIGGER: shutdown function Last error: Array ( [type] => 4 [message] => syntax error, unexpected '[' [file] => /var/www/vhosts/xxxxxxxxx.com/httpdocs/app/code/local/Plugincompany/Groupswitch/Model/Mysql4/Rule/Collection.php [line] => 32 ) if(!$ids) return $this; if(!is_array($ids)) $ids = […]
I’m having a hard time understanding how to have my categories work as layered navigation options in my sidebar. I see that I can make attribute options such as color appear in my layered navigation if I assign a color attribute to a product. I want the same user experience […]
I have a Cloud Front distribution that servers files from ‘/pub/static’ folder of Magento. This distribution has that configurations above: But some files are broken because it’s not on cloud front. What I’m doing wrong?