Problem/Motivation
If you tick the box "Do not use AdvAgg or any aggregation in the admin section.", then on the "admin/config" page you will have the red error message at the top saying "One or more problems were detected with your Drupal installation. Check the status report for more information."
If you vist the Status Report page, there are no errors or warnings. This causes great confusion as it's not possible to see what is triggering the error.
Steps to reproduce
- Install Drupal 7
- Install and Enable AdvAgg
- Check the box in Advagg Obscure Options, "Do not use AdvAgg or any aggregation in the admin section."
- Visit "admin/config" page
Proposed resolution
The simplest solution I can see is to add "admin/config" page to list of exclusions in advagg.module (lines 3311-3328)
Or: More complicated would be to change the behaviour of fast checks/runtime requirements.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork advagg-3490248
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
alexp999 commentedThanks to in tolstoydotcom in this forum thread for helping point me in the right direction.
I had to temporarily modify core files to work out that it was Advagg triggering the error.
Comment #4
alexp999 commentedCreated a MR based on the simplest solution which is working on my site.