Nish Patel
Results
1
comments of
Nish Patel
trafficstars
Another less elegant way around this apart from clearing the cron history is patching Magento Core file: /var/www/html/vendor/magento/framework/View/TemplateEngine/Xhtml/Template.php amend public function append($content) to: $target = $this->templateNode->ownerDocument; $source = new \DOMDocument();...