• Resolved apellicone

    (@apellicone)


    The site on the sub-domain works pretty much correctly except its dashboard doesn’t have any css applied to it. The JavaScript pop-out menus still work, however.

    I tried the troubleshooting stuff in the guide – allowing for mod_rewrite through ssh. I’m thinking the problem might be in my wp-config. Currently the second site is using an exact copy of the other site’s wp-config file… should it be something different?

    Using Dreamhost, if that matters.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Currently the second site is using an exact copy of the other site’s wp-config file… should it be something different?

    If they have separate DBs, they will have different DB name and passwords. check them.

    Thread Starter apellicone

    (@apellicone)

    Nope, they’re sharing a single database.

    Just open your config.php file and add,

    define('WP_ALLOW_MULTISITE', true);

    just above
    /* That's all, stop editing! Happy blogging. */

    Thread Starter apellicone

    (@apellicone)

    Yep, still doesn’t work. Here’re the current changes to the second sites wp-config file:

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    $base = ‘/’;
    define(‘DOMAIN_CURRENT_SITE’, ‘scitest.apellicone.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 2);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multi-site setup and second site's dashboard is broken. Tried troubleshooting.’ is closed to new replies.