Michael McMillan

Results 4 comments of Michael McMillan

@jordanmoore I had the same issue, so I looked at the `/craft/runtime/logs/craft.log` to find this: ``` ****************************************************************************************************** 2017/10/09 16:32:13 [error] [exception.Error] Error: Class 'DOMDocument' not found in /var/www/craft/craft/plugins/sitemap/services/SitemapService.php:58 Stack trace:...

I was able to get it working on IE11 using a combination of the following. Adding an alias to the minified version in my webpack config: ``` aliases: { 'marquee':...

+1 the above fix works.