Cookie_Domain error on WP MU Domain Mapping
-
I’m trying to get Domain Mapping up and running, and am stuck. I’ve installed the plugin manually, per instructions. When I go to wp-config and add:
define( 'SUNRISE', 'on' ); /* That's all, stop editing! Happy blogging. */
(shown above the stop editing line, and refresh my mysite/wp-admin page, I get the following error:
“The constant “COOKIE_DOMAIN” is defined (probably in wp-config.php). Please remove or comment out that define() line.”
One of the first lines in my wp-config is the following:
"define('COOKIE_DOMAIN', 'mysite.com'); // Added by W3 Total Cache
If I comment out that line, I get a database error message on both my main page, and my login page. Is there any way to get this straightened out?
Thanks.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Cookie_Domain error on WP MU Domain Mapping’ is closed to new replies.