Learn how global travel IT company Amadeus migrated to Ampere Altra instances on Azure for up to 20% higher raw throughput and 50% better performance/price. Continue reading Amadeus Cloud Migration on Ampere Altra Instances on SitePoint.
Daily Archives: October 27, 2023
I’m trying to use an extension to manage our hreflang tags, but when it generates the tags, it adds the default store code to the URL. As the default store code was removed from the URL, it creates an error (the french version is pointing to an inexistent page, with […]
I have a working extension that show reviews, but sometimes there’s an error in the system.log file, and I don’t know why? var/log/system.log: [2023-10-26T11:20:42.925466+00:00] main.CRITICAL: Class "CompanyAllReviewsBlockAllReviews" does not exist [] [] The extension resides in: appcodeCompanyReviewsBlockAllReviews.php appcodeCompanyReviewsBlockReviews.php The file AllReviews.php ( allreviews.phtml) shows all reviews, and Reviews.php (reviews.phtml) only […]
I am using this code in the Magento_Catalog (items.phtml. switch ($type = $block->getType()) { case 'related-rule': if ($exist = $block->hasItems()) { $type = 'related'; $class = $type; $image = 'related_products_list'; $title = __('YOU MAY ALSO LIKE'); $items = $block->getAllItems(); $limit = $block->getPositionLimit(); $shuffle = (int) $block->isShuffled(); $canItemsAddToCart = $block->canItemsAddToCart(); $showAddTo […]
I have tried to create a product grid custom extension but product grid filter is not working and I am not able to save data this is my code: <?php namespace MagebeesArtistsBlockAdminhtmlSlideEdit; class Tabs extends MagentoBackendBlockWidgetTabs { protected function _construct() { parent::_construct(); $this->setId('slide_tabs'); $this->setDestElementId('edit_form'); $this->setTitle(__('Artists Album')); } protected function _prepareLayout() […]
I have an OpenVPN server running on an untangle/ARISTA device (A). It has a site-to-site connection with another untangle/ARISTA device (B). Also connected to that (B) is an IP-restricted modem. There is a similar modem (same IP restrictions) off-site that has a third untangle/ARISTA device (C) that has a site-to-site […]
I cannot enable avx2 on Ubuntu 22.04 guest VM in VirtualBox7. I followed different ways but the issue persists (i.e., I get nothing when I do grep avx /proc/cpuinfo in my guest VM). What I have tried: First I tried VBoxManage setextradata "guest_name" VBoxInternal/CPUM/IsaExts/AVX2 1 and VBoxManage setextradata "guest_name" VBoxInternal/CPUM/IsaExts/AVX2 […]
I spend a lot of time in Outlook in-flight where the connection is spotty. For years, I’ve noticed the UI often freezes for several seconds, sometimes longer, if it loses connection with Exchange while syncing. I don’t understand why the Exchange sync isn’t asynchronous — other MUAs like Thunderbird and […]