Hi,
We upgrade from 2.5.0 to 2.5.1 today, and upgrade MSM to 2.1.3. In a nutshell:
With site_name set in the index.php file (any site including main site) we get the error:
An Error Was Encountered
Site Error: Unable to Load Site Preferences; No Preferences FoundWith that commented out in the main index.php, the main site loads, but on all sites of course. With debugging turned on in index.php on one of the sub sites I get this message:
A PHP Error was encountered
Severity: Warning
Message: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'nobody'@'localhost' (using password: NO)
Filename: mysql/mysql_driver.php
Line Number: 319My database.php and config.php file are intact and properly set. Any suggestions?