• Resolved Ouagadougou

    (@ouagadougou)


    Running a multisite with 3 subdomains, all hunkydory.
    One subdomain is used to run a different wptheme, no probs.

    when i activate this theme on the main domain, the wp admin for the network goes blank. All sites are still visible and the dashboard for main domain and subdomain still work.

    I have no clue. Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Ouagadougou

    (@ouagadougou)

    to specify
    main site runs theme A
    subdomain runs theme B

    when both run theme B, the network dashboard goes blank, both site dashboards work fine, when I swith back to A on the main domain. the network dashboard works fine again.

    hi if this can help u
    go to
    wp-config.php

    look for: For developers: WordPress debugging mode.

    change

    define(‘WP_DEBUG’, false);
    to
    define(‘WP_DEBUG’, true);

    now go to your site and try to see what is the problem

    Thread Starter Ouagadougou

    (@ouagadougou)

    d’oh

    thank you!
    it was a faulty plugin. Deleted plugins via FTP. Now I’m back.

    kudos!

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

The topic ‘Network dashboard blank after theme change’ is closed to new replies.