Jeff Geerling
Jeff Geerling
Simple Mail Queue seems to have grabbed the comment correctly after I posted it... After cron run, message was gone from queue table, and no errors popped up in watchdog....
For Insert, I think it's a bug in the Insert module, since it assumes CKEditor 5 is present and active... see [Can't Insert images into textareas (without CKEditor)](https://www.drupal.org/project/insert/issues/3402009) I also...
It looks like Insert may be fixed as of beta 3! I will try now; see the issue linked in the comment above. Edit: Looks like it is not fixed...
Still not working with latest patch either :(
Figured out the aggregation issue with CSS/JS: ```patch --- a/files/vhost.conf.j2 +++ b/files/vhost.conf.j2 @@ -183,7 +183,7 @@ server { #rewrite ^/(.*)$ /index.php?q=$1; } - location ~ ^/sites/.*/files/styles/ { + location ~*...
All issues (except for JS aggregation are fixed now — Insert seems to be working correctly now too... maybe it was a PHP version bug, or filesystem permissions, or who...
Another option is using something like [Default Content Deploy](https://www.hashbangcode.com/article/drupal-10-using-default-content-deploy-create-testing-content) to have a default set of content for testing. I would rather keep the full database private as there are some...
I have a 1 hour TTL set in Cloudflare, and it definitely respects that—I'd rather make sure the RSS feed and home page are updated immediately, so the Drupal module...
For now I've actually set this up using an Ansible playbook, since the purge also has to happen _after_ Nginx static cache is cleared, and I'd rather not do all...
This took quite some time on my 4 GB access log file, but: ``` $ awk '{print $1}' access.log | sort | uniq -c | sort -nr 11326588 164.90.211.4 408590...