Ed
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cookie Problem, Internet Explorer OnlyI’ve just tested it and both IE and Chrome result in the same result of:
COOKIE_DOMAIN: .ed.gs
It’s the same for all subdomains too. Domains result in the domain name as the cookie, minus the dot at the start.
Forum: Networking WordPress
In reply to: Cookie Problem, Internet Explorer OnlyYeah, I’ve tried that already unfortunately.
Domain mapped sites seem to work fine in IE, yeah.
I’m at work currently and unable to access my server, I’ll be back home this evening and will test the COOKIE_DOMAIN declaration output then. Assuming I’d need to do something similar to:
<?php echo '<pre>'; print_r(COOKIE_DOMAIN); echo '</pre>' ?>
Cheers for the help so far!
Forum: Networking WordPress
In reply to: Cookie Problem, Internet Explorer OnlyRemoving sunrise.php/WordPress MU Domain Mapping also doesn’t change anything.
The cookie domain is sending as .ed.gs for the url littlemead100wc.ed.gs/wp-login.php, this is the same on other browsers, yet they log in correctly.
Forum: Networking WordPress
In reply to: Cookie Problem, Internet Explorer OnlyIpstenu – Unfortunately I get “The constant “COOKIE_DOMAIN” is defined (probably in wp-config.php). Please remove or comment out that define() line.” as I’m using the WordPress MU Domain Mapping plugin. I may try temporarily removing sunrise.php at some point this evening and see if that rectifies anything.
Forum: Networking WordPress
In reply to: Cookie Problem, Internet Explorer Onlyjkhongusc – I’ve tried all of those unfortunately, none have worked. Thanks.
Ipstenu – I’ve tried removing all cookies and using an InPrivate browsing session to no avail. I’ll try setting the cookie domain and report back.
Forum: Networking WordPress
In reply to: Cookie Problem, Internet Explorer OnlyThanks jkhongusc, I thought it might have been that too, so I disabled all HTTPS and tried through a HTTP only connection. It still didn’t work unfortunately, although there we no errors using HTTPS either in the network panel.
Forum: Networking WordPress
In reply to: Cookie Problem, Internet Explorer OnlyFurther to this, I’ve now tried disabling all caching and all plugins and the problem still exists. It’s down to a bare hosting environment with no optimisations at all.
Ed
Forum: Plugins
In reply to: [PrettyPress] HTTPSBrilliant, thanks.
I can confirm that I have the same issue hundreds of times during a scan:
[Dec 23 13:42:19:1387806139.150348:1:error] preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead (8192) File: /***/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php Line: 56 [Dec 23 13:42:19:1387806139.149892:1:error] preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead (8192) File: /***/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php Line: 52
Forum: Plugins
In reply to: [CloudFlare(R) Cache Purge] Domain MappingNice, cheers!
Forum: Plugins
In reply to: [CloudFlare(R) Cache Purge] Domain MappingYeah, it’s been working for me since I changed it so give it a go! Just make sure to replace the entire function.
Forum: Plugins
In reply to: [W3 Total Cache] Newest versions of W3TC force delete db.phpI installed it to test in the end, it will only delete the db.php or object-cache.php if you enable them individually, if you leave them unticked you can use the originals without problem.
Ed
Forum: Plugins
In reply to: [W3 Total Cache] Newest versions of W3TC force delete db.phpDid this get fixed yet? Don’t really want to test it on my live install.
Forum: Plugins
In reply to: [CloudFlare(R) Cache Purge] Domain MappingAs promised, here’s some multisite/domain mapping plugin code that should work, can’t guarantee at the moment as it seems there’s an issue with single file purging on Cloudflare currently.
Forum: Plugins
In reply to: [Nginx Helper] Purging after widget changesI’d like to be able to clear the entire cache automatically after making a change to a widget.
Cheers,
Ed