OK, the nameserver switch has apparently resolved itself.
Now, I'm getting the following error message whenever I try to access a WPMu page:
Fatal error: Cannot redeclare fix_upload_details() (previously declared in /home/bpeoria/public_html/wp-includes/wpmu-functions.php:1522) in /home/bpeoria/public_html/wp-content/mu-plugins/misc.php on line 6
So, I checked wpmp-functions.php and got rid of the trailing carriage return.
This is the segment of the file that includes line 1522:
/* Misc functions */
function fix_upload_details( $uploads ) {
$uploads['url'] = str_replace( UPLOADS, "files", $uploads['url'] );
return $uploads;
}
Still getting the same error messsage. I don't want to disable or remove misc.pgp cause it seems like I need it.
What am I missing here?
By the way, I'm running the newest release candidate.
Site URL: http://blogpeoria.com