One bit of added info. Once the 500 error shows when trying Donncha's original version of Domain Mapping, the URL is displayed as:
http://example.com/wp-admin/url/wp-admin/
Whatever may be causing this extra string might also be causing the high SQL queries.
Checked out the above link and that's the way it's set up, with the addition of CNAMES for sub-domains.
Running debug, I get a lot of these on the minimal (no plugins) site:
Notice: Undefined index: HTTPS in /usr/www/users/speed/wpmu/wp-content/mu-plugins/domain_mapping.php on line 128
Notice: Undefined index: count in /usr/www/users/speed/wpmu/wp-includes/widgets.php on line 1082
Notice: Undefined index: hierarchical in /usr/www/users/speed/wpmu/wp-includes/widgets.php on line 1083
Notice: Undefined index: dropdown in /usr/www/users/speed/wpmu/wp-includes/widgets.php on line 1084
My Categories
and these in it's dashboard:
Notice: Undefined offset: 1 in /usr/www/users/speed/wpmu/wp-includes/theme.php on line 212
and these above the dashboard of the site in question:
Notice: Undefined index: comment in /usr/www/users/speed/wpmu/wp-content/mu-plugins/spam-filter.php on line 43
Notice: Undefined index: ec_name in /usr/www/users/speed/wpmu/wp-content/plugins/easy-contact/econtact.php on line 32
Notice: Undefined index: ec_email in /usr/www/users/speed/wpmu/wp-content/plugins/easy-contact/econtact.php on line 33
Notice: Undefined index: ec_url in /usr/www/users/speed/wpmu/wp-content/plugins/easy-contact/econtact.php on line 34
Notice: Undefined index: ec_subject in /usr/www/users/speed/wpmu/wp-content/plugins/easy-contact/econtact.php on line 35
Notice: Undefined index: ec_message in /usr/www/users/speed/wpmu/wp-content/plugins/easy-contact/econtact.php on line 36
Notice: Use of undefined constant GFCI_MEMBER_WIDGET - assumed 'GFCI_MEMBER_WIDGET' in /usr/www/users/speed/wpmu/wp-content/plugins/google-friend-connect-integration/gfcintegration.php on line 26
Notice: Use of undefined constant GFCI_LOGIN_WIDGET - assumed 'GFCI_LOGIN_WIDGET' in /usr/www/users/speed/wpmu/wp-content/plugins/google-friend-connect-integration/gfcintegration.php on line 27
Notice: Undefined property: WPGreetBox::$plugin_domain in /usr/www/users/speed/wpmu/wp-content/plugins/wp-greet-box/wp-greet-box.php on line 65
Notice: Undefined variable: class in /usr/www/users/speed/wpmu/wp-content/plugins/my-link-order/mylinkorder.php on line 259
Notice: Use of undefined constant wp_cumulus_widget - assumed 'wp_cumulus_widget' in /usr/www/users/speed/wpmu/wp-content/plugins/wp-cumulus/wp-cumulus.php on line 362
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/www/users/speed/wpmu/wp-content/mu-plugins/spam-filter.php:43) in /usr/www/users/speed/wpmu/wp-content/plugins/easy-contact/econtact.php on line 112
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/www/users/speed/wpmu/wp-content/mu-plugins/spam-filter.php:43) in /usr/www/users/speed/wpmu/wp-content/plugins/easy-contact/econtact.php on line 112
Notice: Undefined variable: uid in /usr/www/users/speed/wpmu/wp-content/plugins/google-analyticator/google-analyticator.php on line 606
Notice: Undefined index: page in /usr/www/users/speed/wpmu/wp-content/plugins/post-teaser/post-teaser.php on line 104
Notice: Undefined index: page in /usr/www/users/speed/wpmu/wp-content/plugins/my-link-order/mylinkorder.php on line 20
If I'm unsuccessful in locating the problem, is there another way to map domains that doesn't require a plugin? A little extra work to get the queries down would be worth it. Switch to Multi-site Manager? Do it manually in the DB?