Daily Archives: August 20, 2025
For testing purposes, how to create a simple logger in Magento 2.4.8-p1 <?php declare(strict_types=1); namespace AveevaFirstSampleControllerIndex; use MagentoFrameworkAppActionhttpgetActionInterface; use PsrLogLoggerInterface; class Index implements httpgetActionInterface { /** * Execute method for the controller * * @return void */ protected $logger; public function __construct(LoggerInterface $logger) { $this->logger = $logger; } public function […]
Since late June 2025, I have been getting this popup dialog whenever I open Outlook 365. The message displayed is: “The server you are connected to is using a security certificate that cannot be verified. The target principal name is incorrect.” I’ve configured Outlook to use Comcast POP3 servers. Yet […]
I have uninstalled Python 3.12, and these two items remained in Windows 11 Settings > Apps > Advanced app settings > App execution aliases: python.exe, python3.exe. How to remove them form the list?