- Nothing in the PHP, Apache or MySQL logs (broken locally - MAMP-PHP7, AND on dev - Pantheon).
- No errors on screen either (they're configured in
php.ini
andsettings.local.php
)
- Tried multiple cache rebuilds.
- Tried manually truncating all cache/cachetag tables.
- Tried core/rebuild.php
- Tried restarting AMP.
- Tried updating Drush.
- Tried hacking index.php
I had renamed a directory (images
to img
), and forgot to update a template it was referenced from:
{% include '/themes/THEME/image/icons.svg' %}
And apparently Twig has no sort of error handling for this.
:(