Tom Murphy
Tom Murphy
I noticed our Drupal 8 sites would append ?q=/ to the end of the top site URL. I removed the QUERY_STRING in fastcgi_drupal.conf and that fixed it. How come there's...
@njt1982 @stewsnooze @longwave I just discovered something. Commenting out QUERY_STRING from fastcgi params breaks the site in some ways (like filtering in the /admin/content page), but if you set it...
Can confirm replacing the nginx config with code in comment 1 works. Just commenting out the Last-Modified header didn't.
Hi, I have the same problem. ElasticSearch 7.17.6 Parsedmarc 8.4.1 ``` [general] save_aggregate = True save_forensic = True chunk_size = 5 silent = False debug = True [imap] host =...
HI @AnaelMobilia - I fixed my problem: 1. Running `curl http://127.0.0.1:9200/_cat/shards?v=true` showed a lot of indices NOT ASSIGNED. When I first set up ElasticSearch I hadn't set this in `elasticsearch.yml`:...
@davidande @coolriku - Check your ElasticSearch server.. make sure cluster status isn't red or yellow and check the ES guides on managing indices. My actions were a little drastic, but...
Wow. This looks pretty bad! Thanks @dsvensson for finding this and for @namtsui for bringing this to my attention. I've just submitted an update for games/mvdsv to OpenBSD ports and...
I've submitted an update to the OpenBSD ports mailing list. Hopefully it will be committed soon.
We've been seeing issues where, when you submit forms in Drupal "subsites" (under a folder), it keeps appending the query string over and over.. so if you have: ``` fastcgi_param...
@Jenselme @luxpir or anyone else.. have you found the above to be true? Does your Drupal generate URLs like the one above where it tacks on the subsite in the...