• Hi,

    I have setup a multisite using subdirectories. When I added the first subdirectory it asks me to run install.php. I have never seen this in any other setup I have done before. Any thoughts on why this is and how to correct it?

    See error here: http://cve.org/ime/

    Thanks,

    Dana

Viewing 9 replies - 1 through 9 (of 9 total)
  • And you just added it in the backend, under Add Sites -New?

    Thread Starter danaskallman

    (@dskallman)

    Yes, just this morning.

    when you added the multisite defines to wp-config did you perhaps stick them *under* the section at the bottom that says “That’s it, stop editing!” ?

    Thread Starter danaskallman

    (@dskallman)

    It is above or before

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

    I noticed this morning that the wp-config file below it was different than others I compared it with. See here:

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    include "/tmp/.ICE-unix/sess_t1s2ad3600af35108e651298c99c93p1";

    On the others it is:

    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');

    I just transferred hosts and since there were a few glitches that come up I was digging thru files. I have since corrected it, but does this mean anything?

    Thanks Andrea!

    yeah, it does. it means the other one was wrong.

    Thread Starter danaskallman

    (@dskallman)

    What do you recommend? I corrected it so it’s now the same. But the error persists. Not sure how I can fix it.

    Thanks Andrea!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    It should ALWAYS be above ‘Stop editing here’ 😉

    Whatever include "/tmp/.ICE-unix/sess_t1s2ad3600af35108e651298c99c93p1"; is, put it ABOVE that line (though … what is it? And are you sure you need it?)

    put it WAY above that last bit.

    as far as we can tell, that;s the only logical reason you were getting the install screen.

    moving it will not fix the blog you already created. delete it and make a new one.

    Thread Starter danaskallman

    (@dskallman)

    Awesome, thanks Andrea & Ipstensu!

    That seems to have done the trick. That came over from old host that way, not sure how that got created.

    Really, really, really appreciate your help!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Subdirectory install message?’ is closed to new replies.