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

  1. Install Drupal 7
  2. Install and Enable AdvAgg
  3. Check the box in Advagg Obscure Options, "Do not use AdvAgg or any aggregation in the admin section."
  4. 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

Command icon 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

alexp999 created an issue. See original summary.

alexp999’s picture

Thanks 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.

alexp999’s picture

Status: Active » Needs review

Created a MR based on the simplest solution which is working on my site.

alexp999 changed the visibility of the branch 7.x-2.x to hidden.