Can somebody help? I have installed magento 2.4.6-p2 and wanted to install Pagebuilder. So I downloaded “magento2-page-builder-develop”, but i get an error while compiling: Unable to apply data patch MagentoPageBuilderSetupPatchDataUpgradePageBuilderStripStyles for module Magento_PageBuilder. Original exception message: Missing required argument $characterSet of GtDomDocument. After that when I did setup:di:compile I get […]
Daily Archives: September 14, 2023
when customers are trying to create a profile on our client’s website they get the following error message: “The store that was requested wasn’t found. Verify the store and try again.” After some troubleshooting, I think I found what the issue is, I noticed that the store id was 6 […]
i’m very new in magento2 and i’m following the official docs. I’m playing around trying to change some css styles in the homepage but i seem to have issues with clearing the static files cache manually. if i go to the admin panel and go to System > Tools > […]
My situation: I created a new token_table (with InstallSchema.php) to store the token that will be needed when sending an API request to my endpoint. Now I managed to create a form where admin user can enter the token and save it. But after clicking on the “Save” button I […]
I get the following error when running bin/magento setup:upgrade This is after I uninstalled MSI inventory management system Warning: Undefined array key “inventory_source” in /vendor/magento/framework/Setup/Declaration/Schema/Db/SchemaBuilder.php on line 153 Setup:upgrade stalls with this error and magento goes off line Appreciate help
For various reasons I would like to be able to source a series of files in background and wait for them all to finish: source ./my_file_1.sh & source ./my_file_2.sh & ... # etc wait But, while this does sort of work, they are sourced in sub-shells instead of the current […]
I went here ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesGoogleChrome and created a Dword 32-bit value with the name BrowserAddPersonEnabled & value 1 This worked well but after I stopped Edge search suggestions on the Search Bar this is no longer working. But they should not be affecting each other, they are in different registry hives.
I am using Windows 10 and KDE Connect. Sometimes I want to control the PC, with my smartphone, when just a few meters away, but KDE Connect can most likley not get through to it, unless I doubleclick the icon in the tray menu. So it is running, but when […]
Following the suggested practice in Bringhurst, I want my footnote markers to be superscript in the text, but in the footnote block, the same size and positioning as the rest of the footnote text. So for example: example.docx This is a sentence.1 1. This is the reference Can this be […]