mvied
Forum Replies Created
-
Hey yanivhrs,
I’ve made a number of fixes to the plugin since 3.0. Please update and let me know if you have any problems.
Thanks,
MikeHey juannfelipe,
I’ve made a number of fixes to the plugin since 3.0. Please update and let me know if you have any problems.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Invalidating FeedsHey Dan,
This is fixed in the most current version. Please update and let me know.
Thanks,
MikeHey tetoonline,
Please update and let me know if this issue is resolved.
Thanks,
MikeHey all,
I’ve fixed a number of issues and have released 3.0.3. Please update and let me know if you have any issues. Please start a new topic with any issues.
Thanks,
MikeHey Greg,
Please try updating to 3.0.3 and see if your issues are resolved.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] New update problemsPlease try updating to 3.0.3 and see if the issue persists.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] multisite SSLI’ve updated the plugin to 3.0.3. Just wanted to let you know since you’re working on patches.
Hey Morduak,
All I’m seeing is you’re hitting your memory limit. Your home page does that with or without the plugin.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 828895 bytes) in /public_html/wp-includes/functions.php on line 1038
You need to increase the memory limit of PHP. It’s currently at 64MB. You have a lot of plugins installed.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] WordPress-HTTPSHey Mark,
Thank you. I appreciate your efforts.
@jlapitan:
Please start a new support topic as to not clutter this one. πThanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] WordPress-HTTPSHey Mark,
I can not reproduce this. Everyone who has this error has not let me try to figure out a fix in their environment. That is the only way I can know how to fix this.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Admin CSS MangledHey Mark,
There are a lot of variables that can play into that. There are a few places in my plugin that I know are performance issues, but I don’t know how to fix them. They all stem from the same problem.
When a user sets up a secure site on a subdomain, I change it so that the cookies are set for the base host. That way if you have example.com and secure.example.com, you will be logged into both.
There is no good way to figure out the base host of a random URL. The only way I found to do it was to strip subdomains off of the host until you hit something that’s not a valid domain.
secure.example.com – good
example.com – good
com – badSo, example.com is the base domain. In order to test if a domain is valid, you have to make a request from the server to that domain. This generally isn’t a problem, but has the potential to slow down the page when you login, update the plugin settings, or update the plugin. These are all the places where those kinds of calls are made.
Edit: Just to clarify, I’m not saying my plugin is the cause, but it’s possible. HTTPS is always going to be slower because of the encryption/decryption process. Like I said before, there are also other factors that can play into it.
Thanks,
MikeYes… yes… that was a simple time. Lol.
Could you send me a login so that I could take a look? Something’s not right, but I don’t know what it is. My email is mike[at]mvied[dot]com.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] multisite SSLHey dKoka,
Right, because of the language portion of the URL, I bet.
I use a method from WordPress to get the Post ID based on the URL of a link. I wonder if having /en/ in there messes that up.
If working correctly, the link to howtobuy would be HTTPS on this page:
http://deavivente.com/en/shop/Is that qTranslate?
Thanks,
Mike