mu.php error

Ok, so I don’t read code. Can someone tell me what this error msg means? I’m getting it across all the blogs. It shows at the bottom of the screen but I can’t see that it’s affecting any functionality. Wouldn’t know it’s there unless I look way down at the bottom of the screen below the WPMU credits.

Warning: constant() [function.constant]: Couldn’t find constant yes in /home/mydomain/public_html/wp-admin/includes/mu.php on line 718

  • bp2008
    • Flash Drive

    Thanks. I’ll investigate along those lines.

    I upgrading from 2.6.5 to 2.7 about 2 weeks or so after it was released. I used Andrea’s guidance from her site and also the official mu site for how to upgrade. I must have missed something..

  • drmike
    • DEV MAN’s Mascot

    I have a feeling that you may have as the check for ‘yes’ up there is on a different line than what’s in the trac. Also that function I believe got added after the 2.7 release. (2.7 was a month ago, that function came in 2 weeks ago)

    edit: Make sure that this fix is applied as well. It may be the issue although I haven’t had any similar reports like yours:

    http://trac.mu.wordpress.org/changeset/1691

    And the five inbetween as well of course. :slight_smile:

    reedit: The check though that’s producing the error is just to see if you have vhosts set to yes. I would think that if it was an issue, it would be coming up elsewhere as well, not just that line. It’s weird.