Hello

After upgrade from 7x - 2.24 to 7x 2.25 css styles not work.
I've tried to flush all caches and to turn off/on compression.
When css cache is turn off, css works but if it is turn on I've no css styles.
I restore the 2.24 release to fix it.

what can cause the problem ?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

selinav created an issue. See original summary.

jcnventura’s picture

I think that after #2884506: Use file_default_scheme() instead of public://; add in UI for changing variable was committed, anyone that uses private as the default filesystem will have their site broken.

You'll need to set the configuration back to public:// in admin/config/development/performance/advagg, under "Obscure options"

jcnventura’s picture

Category: Support request » Bug report
Priority: Normal » Major
mikeytown2’s picture

Open to ideas; file_default_scheme() is what it should have been from the start.

selinav’s picture

#2, I use private as default filesystem.

What will be the impact on the rest of the site if I set the path to "public:..." ?

mikeytown2’s picture

Nothing bad will happen.

mikeytown2’s picture

Title: After Upgrade CSS style are not take in consideration » After upgrade default file system is private instead of public
Status: Active » Needs review
FileSize
2.98 KB

Moved the admin into the global section. Put in some logic for the default to not use file_default_scheme() if it is set to private.

  • mikeytown2 committed b2ae96c on 7.x-2.x
    Issue #2887215 by mikeytown2: After upgrade default file system is...
mikeytown2’s picture

Status: Needs review » Fixed

Let me know if this didn't fix the issue

mikeytown2’s picture

  • mikeytown2 committed d5079a2 on 7.x-2.x
    Issue #2887215 by mikeytown2: After upgrade default file system is...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.