• Hello everyone,

    Recently, a bunch of the sites on our server have been getting broken/non-existent css whenever we log into our wp-admin. We, of course, insert define(‘CONCATENATE_SCRIPTS’, false); into wp-config as soon as we see the problem come up, but is there any other way to prevent it before it happens? Should we just automatically add define(‘CONCATENATE_SCRIPTS’, false) to every website we host?

    Thank you for your time, any help is appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Have you checked if there is a plugin/theme conflict?

    If not, please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    ____

    If you can install plugins, install and activate “Health Check”: https://ww.wp.xz.cn/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/`

    Thread Starter devgroupejcl

    (@devgroupejcl)

    Hi, bit late with a response~

    Disabling all plugins and using a base theme did not seem to help our problem, and sites have been continually getting this problem in disparate times with no real clue as to why. Locally everything is great, it truly only seems like a problem on sites on our servers.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS broken in wp-admin’ is closed to new replies.