Mark Nokes

Results 5 comments of Mark Nokes

IIS/Windows/PHP via fast CGI PHP 7.0 I had the same issue. The solution for me was to change xdebug.profiler_output_name= "cachegrind.out.%s" The default option cachegrind.out.%p uses the PID to append to...

I've thought about this behavior a little too, but what's really been on my mind lately is this; I've been logging a message inside the "on token" event `td.on('token', async...

I'm not sure I would know where to start, tbh. I found the refreshAndRetry method, and thought it could perhaps be the culprit. I don't really know how to test...

I'm not sure if this helps, but I've found that Grav's normal taxonomy filtering occures at the blog URL. For example: Categories: https://yoursite.com/blog.rss/category:someCategoryName https://yoursite.com/blog.atom/category:someCategoryName Tags: https://yoursite.com/blog.rss/tag:someTagName https://yoursite.com/blog.atom/tag:someTagName Both: https://yoursite.com/blog.atom/category:someCategoryName/tag:someTagName

Same here. It adds a bad entry to the sitemap. I hacked the plugin's sitemap.php, beginning line 109 to check for location and lastmod before adding to $this->sitemap[] ``` foreach...