Login successful goes to account page. Invalid security or form key. Please refresh the page. But that doesn’t help. still cant goto dashboard or any page catalog , sales etc can anyone help with this issue. Its always worked in the past, im wondering if new fiver programmer did anything, […]
Monthly Archives: February 2025
Why would any of these return three items: gci C:tools* -filter b*.jar -recurse |select fullname gci C:toolsb* -filter b*.jar -recurse |select fullname gci C:toolsbriss-* -filter b*.jar -recurse |select fullname gci C:toolsbriss-2* -filter b*.jar -recurse |select fullname gci C:toolsbriss-2.* -filter b*.jar -recurse |select fullname gci C:toolsbriss-2.0* -filter b*.jar -recurse |select fullname […]
What happens when one swaps the position of 2 drives in same VDEV or RAID array. What will happen? I think that the answers will change depending on whether it’s a hardware RAID or software. I am using a RAID array in TrueNAS. What would happen if I forget which […]
Here’s my launch.json: { // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Debug Current Test File", "autoAttachChildProcesses": true, "skipFiles": ["<node_internals>/**", "**/node_modules/**"], "program": "${workspaceRoot}/node_modules/vitest/vitest.mjs", "args": ["run", "${relativeFile}"], "smartStep": true, "console": "internalConsole" } ] } I have to click on the test file I […]
I’m trying to install MongoDB on a new computer. I keep getting the error below. I can’t seem to find any way to “complete the first installation”, or even revert it so that a clean install can occur. I don’t have a C:MongoDB folder and it’s not listed as a […]
The volume(E: storage)just gone, I didn’t install any new software and windows update I have already checked the following method: I used Victoria to read the disks and SMART to see if any of my disks had failed, everything is okay: The chkdsk e: can tall the file system is […]
Magento has long been a leading e-commerce platform for businesses seeking to build online stores that are scalable, secure, and rich in… Continue reading on Medium »
Having problem getting /var/www/html# bin/magento setup:di:compile Compilation was started. Application code generator… 3/8 [==========>—————–] 37% 4 secs 252.0 MiB In PhpScanner.php line 183: Class DbClass does not exist ReflectionException: Class MagentoFrameworkAppHttpInterceptor does not exist in /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php I have follow all instruction on various website Nothing seems to be working?
how can I add a custom column into an order invoice table and use extension attribute to save some data in this column via REST Api. thank you!!