jon
Forum Replies Created
-
Forum: Plugins
In reply to: [My Private Site] Plugin Not Working On Buddypress PagesThanks for checking into this! Because of time zone differences, I am just seeing this now, but I will set up a test system with your plugins installed and see if I can re-create your problem.
I’ll report back here as soon as I know anything interesting.
Forum: Plugins
In reply to: [My Private Site] Plugin Not Working On Buddypress PagesYour statement “It’s not a caching issue, as it occurs on devices that have never used the site.” is not correct for caching by plugins, though it is correct for browser caching. That is how caching in WordPress works: create the “page” for one user and display it for another.
I just refreshed my memory on the WP Engine plugins. I don’t have access to them, so I cannot test them myself, but this article indicates that wpengine-common includes Caching, and how to flush the cache:
http://wpengine.com/support/cache/Could you try this first, before I try loading all the other plugins on my test system?
Thanks!
Forum: Plugins
In reply to: [My Private Site] Saving Settings does not work for custom login siteThanks for the follow-up and additional information.
All I can add, at this point (i.e. – I don’t have any ideas for a solution), is that this appears to a be a problem solely when WordPress MU Domain Mapping is being used. I have never received reports of this being an issue without the WordPress MU Domain Mapping plugin.
I should also mention that WordPress cookies do expire in a fairly short period of time, so the problem would likely disappear quite quickly.
Again, just my thoughts on the subject.
Forum: Plugins
In reply to: [My Private Site] Saving Settings does not work for custom login siteI got waylaid by an emergency problem with another plugin, but I did more testing of your reported problem. And I now believe that this problem only appears to you, but would not appear to the general public who have never logged on to your site.
You are seeing this because WordPress considers sub.sub-wp-network.domain.tld and sub.domain2.tld as two different domains. And keeps track of your login status separately on each.
To verify this is true, please logoff and then remove all the cookies in your browser for sub.sub-wp-network.domain.tld and sub.domain2.tld
As soon as I did that, everything worked perfectly.
Obviously, if I’m wrong about this, please let me know.
Forum: Plugins
In reply to: [Multiple Themes] Select Theme for All Posts No Longer Works?Version 7.0.3 is now available to fix this problem.
Please let me know if you run into any issues with it.
Thanks again.
Forum: Plugins
In reply to: [Multiple Themes] Select Theme for All Posts No Longer Works?I have diagnosed the error and should have a new version (7.0.3) out in the next hour to correct this issue.
Version 7.0.2 corrected a problem when Site URLs had a Port Number (“:8888”) in them, not realizing that the WordPress url_to_postid() could not handle the specification of the standard :80 port number. This function is only used by my plugin in All Posts and All Pages entries for non-default Permalinks.
Thank you for informing me of this error.
Forum: Plugins
In reply to: [Multiple Themes] Select Theme for All Posts No Longer Works?Good News to report: I have successfully re-created your problem on one of my test systems. Oddly enough, it worked fine on another test system!
I’ll be able to diagnose it more easily now that I can get direct access to the .php files. I’ll report here once I have an answer.
Thank you for your patience!
Forum: Plugins
In reply to: [Multiple Themes] Select Theme for All Posts No Longer Works?It will be about 3 hours before I am able to get access to my test systems to see if I can re-create the problem here, for easier problem solving.
In the meantime, do you happen to know what version you were using before the update? If not, it is not essential, just helpful.
Thanks for reporting this! I’ll report back here as soon as I know anything useful.
Forum: Plugins
In reply to: [My Private Site] Saving Settings does not work for custom login siteThe good news is that I was able to re-create this problem on a new test system that I built for this purpose. The bad news is that I’ll have to do quite a bit of digging to figure out why my plugin is not working as it should in this circumstance.
I would estimate that I’ll have a new version out with a fix for this in about 24 hours. I hope that this will meet your needs. This is an unusual problem.
Forum: Plugins
In reply to: [My Private Site] Saving Settings does not work for custom login siteI’ll need some time to create exactly that situation on one of my test systems: sub-subdomain aliased to another subdomain. Based on my knowledge of the code, I would guess that this setup would be a problem with Visible Exclusions but NOT with overall privacy of the site. As I say, I need to test to know for sure.
I’ll reply here as soon as I have my test system set up in this way and have done some testing on it. I am already half way there as I have WordPress MU Domain Mapping already working on my test system.
Forum: Fixing WordPress
In reply to: WP site is gone this morning. Suggestions pleaseTry logging into the Admin panels again, and going to the Installed Plugins page, as renaming plugin folders does not actually tell WordPress that the plugin no longer exists. That only happens in the Installed Plugins page.
I say this because the hash_equals() function referenced in your error message is a bit unusual, as it is a PHP function beginning in Version 5.6 of PHP, but is defined in WordPress before then. Something obviously went wrong.
Forum: Fixing WordPress
In reply to: WP site is gone this morning. Suggestions pleaseI don’t know what you did, but renaming the /wp-content/plugins/wordpress-seo/ folder is the fallback solution if you can’t access Admin to deactivate a plugin.
Forum: Fixing WordPress
In reply to: WordPress Utc Timezone is wrongI didn’t realize that we were talking about Google indexing and sitemaps.
As I understand you now, WordPress is reporting your local time and UTC correctly on the Admin panel. But its Sitemap is not reporting the time correctly to Google and other search engines.
I hate to be a jerk at this point, but I don’t know anything about either Sitemaps or Google indexing. And didn’t realize that that was what we were talking about
Hopefully, someone else will step in with an answer. If my understanding of your problem is incorrect, please clarify. Otherwise, if you don’t get an answer in the next 2 hours, please close this as Resolved, and ask the question again in this forum, being sure to state the Google/Sitemap part of it.
Sorry for the runaround, but I know that threads with this many responses don’t usually get looked at by others.
Forum: Fixing WordPress
In reply to: WordPress Utc Timezone is wrongPlease wait until I catch up.
Forum: Fixing WordPress
In reply to: WordPress Utc Timezone is wrongIgnore this post until I’ve read your subsequent reply.