hayesgb
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cookie_Domain error on WP MU Domain MappingFinally got it. In W3TC settings, I turned the Cookie_domain setting off, which sets define( ‘COOKIE_DOMAIN’, false); in wp-config. After that had a chance to clear the cache, I uncommented the sunrise.php, and then got an error about cookie_domain. Final step was to comment out the line in wp-config as follows:
// define(‘COOKIE_DOMAIN’, false );
At least, now I can access the domain mapping plugin as superadmin.
What a mess…
Forum: Networking WordPress
In reply to: Cookie_Domain error on WP MU Domain MappingI deactivated all my plugins and still had this problem. That was before I tried setting cookie_domain false though. Might set that first then turn them off…
Forum: Networking WordPress
In reply to: Cookie_Domain error on WP MU Domain MappingRight now when I uncomment the sunrise.php line, I get the cookie_domain error and can no longer access my dashboard. This means I can’t access the domain plugin options. I’ll try moving sunrise to the top of wp-config file tonight.
Forum: Networking WordPress
In reply to: Cookie_Domain error on WP MU Domain MappingYep. If I turn it off I get a database error. My primary blog is on the root domain (not www), so I don’t know if that’s part of the problem. I’m about ready to find someone to pay to fix it. Any suggestions?
Forum: Networking WordPress
In reply to: Cookie_Domain error on WP MU Domain MappingCDN-Advanced-set cookie domain
Forum: Networking WordPress
In reply to: Cookie_Domain error on WP MU Domain MappingHave also tried setting the cookie_domain to ‘false’ both manually and through the W3TC control panel. This gives a database error. Deactivating all plugins, then uncommenting sunrise.php doesn’t fix it either.
Forum: Networking WordPress
In reply to: Cookie_Domain error on WP MU Domain MappingOnce I comment out the line, I can’t access my dashboard to empty the cache…
I found the problem. It wasn’t in the plugin, and my theme author said it wasn’t in the theme, but a function in WordPress that causes the canonical tag to be added back although canonical control was passed to the WordPress SEO plugin.
However — it’s fixed via commenting out a line in the theme (Catalyst). Author says it will be fixed in next minor update.
Sorry. I’m getting an error that “Unable to send support request.”
I’ve originated test emails from the server, and test email work fine. Any thoughts?
Done. Thanks.
When I try using the bug submission form, I’m getting an error message “Unable to send your report request”
Sorry about jumping in here, but I’ve noticed the same behavior with my theme. Frederick — do you know if Frugal theme loads information the same way as Thesis? It may give me some hints about how to minify the .css on my site.
Thanks!