illum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ssl problems with 4.6Please check that there are no CAPS in your WordPress & Site URL values in the General Settings. It used to work fine for my site with capital letters in there however updating to 4.6 resulted in these same redirect errors until I replaced the caps.
I’ve done some more mobile testing of TablePress on different platforms. I’ve gotten the tables to display on AMP enabled pages by using the PageFrog AMP plugin. It does strip out formatting and sort functions but is a start.
During testing I discovered the tables don’t show at all in iPhone “Reader View” for Safari however. This is likely more problematic than the AMP issue so if anyone has found a workaround please share.
The Shareaholic/W3 Total Cache combo was writing 100K rows to MySQL wp-options table per month until it finally crashed the site with a duplicate key error in MySQL.
I highly recommend disabling server-side Share Counts as the Author suggests
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked or not supported by your browser.Thank you Artem. Your wp-config workaround solved a similar issue on 3.9 multisite.
Forum: Networking WordPress
In reply to: Multisite Log In Problem with Cookies ErrorThanks Mika. Tried all of the suggestions in the link you sent and finally found 1 that worked. Adding the following to wp-config.php allowed me to login into the remaining multisite subdomains:
define(‘COOKIE_DOMAIN’, false);
Not sure of the ramifications of leaving this in place so plan to comment it out when done configuring the sites. I’ve verified that once removed wp-admin will again be broken so this bug actually serves as a security measure should the pwd get compromised.
Forum: Networking WordPress
In reply to: Multisite Log In Problem with Cookies ErrorExperiencing the same problem since upgrade to 3.9. I can log into root site and first 2 subdomains but after that get the Cookie blocked error and 3 header errors (…/pluggable.php on line 861)
No solution found so far.
Forum: Plugins
In reply to: [New Blog Defaults] New Blog Defaults broken in WP 3.1 – fixThanks – your hack works ??