Here is the site: Shadow Blogs. I didn't use a www during the install and even double checked the config settings. You are welcome to take a look, no matter how I try to access the site, I get the error. Here is an excerpt from my config file (I removed the database username and password as it connected to the database just fine):
-------
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'xxxx');
/** MySQL database username */
define('DB_USER', 'xxxx');
/** MySQL database password */
define('DB_PASSWORD', 'xxxx');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
define('VHOST', 'yes');
$base = '/shadow/';
define('DOMAIN_CURRENT_SITE', 'zoldixsava.net' );
define('PATH_CURRENT_SITE', '/shadow/' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', '1' );
-------
Thanks!