I added some custom fields in the admin cms page form. Also, I added an observer to be able to save my custom fields into my custom table. However, I am now at my final step and I can’t seem to modify the datasource of the cms page form. I […]
Daily Archives: November 28, 2022
I have created a UI Component based on the code from Alan Storm’s excellent tutorial. This UI Component displays as expected in pages with dedicated routes. However, the UI Component will not display in a modal on the Product page in adminhtml. Here is a Modifier for a modal to […]
I am using Magento 2.3.4 now. I want try to Magento 2.4.5. But I don’t upgrade Magento. when run command in cpanel terminal, show error like this. $ composer require magento/product-community-edition 2.4.5 --no-update --no-plugins ./composer.json has been updated $ composer update The "magento/magento-composer-installer" plugin was skipped because it requires a […]
When upgrading from 2.4.3 to 2.4.5 (p1) something changed in the translations (i think). Regular translations are stil working, but the translations of the (porto) theme files have to be separate in the .csv like below, so i have to make a lot of extra rules for translating the theme […]
I just cant figure out why GA isn’t tracking the traffic. Code seems to implemented correctly, but GA is showing close to no traffic. We are using 2.3.2 and I want to avoid updating, as we are switching away from Magento anyhow. I just want to get some info because […]
I’d like to setup 2-4 physical phones and run a PBX like {Free,Open}PBX or Asterisk. However I’m unclear on what hardware requirements are needed for the PBX server. Almost all the documentation I’ve seen for {Free,Open}PBX and Asterisk have been around VoIP/SIP phones. However in my case I really need […]
I have a file with a couple thousands of sentences like this: Good morning! – Guten Morgen Good afternoon – Guten Nacht They – Sie Bye-Bye – Tschuss Now, using the wildcards in find and replace, what is the formula to find only the words: Good morning! Good afternoon They […]
In MS Word equation mode with the Unicode converter, I write symbols by putting the “” sign and then typing the specific Unicode, i.e., for the summation sign I write “sum” and press “space” and I get the summation sign. But for the “dagger” sign there is no Unicode. Is […]
I’ve been trying to set up an ubuntu server on my home network and I get an error when I try to access it via ssh: ssh user@serverip -p 2000 kex_exchange_identification: banner line contains invalid characters The server’s ubuntu installation is basically fresh and up to date. The only modification […]