Overview

If your WordPress Admin area looks like there’s no CSS styling and no JavaScript or is completely blank, this may be due to an improperly configured WP Toolkit rule. Examples of the issue:

wordpress admin has broken css or blank
wordpress admin has broken css or blank

This is caused by enabling the “Disable scripts concatenation for WordPress admin panel” feature of the WP Toolkit but removing the CONCATENATE_SCRIPTS definition from your wp-config.php manually.

You will also see 403 errors in the logs for load-scripts.php and load-styles.php in your website error logs.

If you enable any security feature in WP-Toolkit, this can cause unintended consequences if you manually remove code it has inserted.

Fix

  1. Login into Plesk via the Conetix Control Panel.
  2. Go to the site causing the issue, then to the WP Toolkit area:
    wordpress admin has broken css or blank
  3. Click on the link beside security to bring up the security dialog:
    wordpress admin has broken css or blank
  4. Select Disable scripts concatenation for WordPress admin panel and select Secure:

    wordpress admin has broken css or blank
  5. Select the same again and this time select Revert:
    wordpress admin has broken css or blank
  6. Reload your WordPress Admin area to confirm it’s loading correctly.

It’s necessary to re-enable this rule first when it’s already 1/2 enabled, as it’s in a broken state. By enabling then reverting, we ensure it has been removed correctly.

Was this article helpful?

Related Articles