mvied
Forum Replies Created
-
Hey dKoka,
Did you turn of that post? It’s sticking to HTTP when I hit it.
Thanks,
MikeHey dKoka,
Do you have any way you could recreate that in another install so that I could work on a fix? I’ve pushed some hotfixes out to 3.0.2 a couple of hours ago, so if you installed it from the repository before that, I would say try it again. Having a test site isn’t a bad idea for upgrades like this.
All futures version will not be this rough. This was a re-write, so there were a few bugs introduced just because of how much the code changed.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] SSL and IE8Hey Moosechic,
There’s no guarantee that will fix anything. It certainly wouldn’t break anything, though.
What element is causing the error? If you don’t know, please read under “How do I fix partially encrypted/mixed content errors?” in the FAQ and let me know.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Admin CSS MangledHey Mark,
This should be fixed in the latest push. Again, reinstall and let me know the results. Last time I didn’t verify the fix, I just noticed a typo and assumed. This time I actually tested it. 🙂
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] VersionHey Rafaline,
Yes, but it would require a small, custom plugin. In my plugin I provide the ability to filter the current page to/from HTTPS with a plugin or theme. I’ve had a number of users mention this issue, so I wouldn’t mind writing it for you and then providing it for other users.
Could you provide an FTP account for me to use so that I could write it?
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] VersionWhere did you put it? Place it under one of the other define lines.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Admin CSS MangledHey Mark,
Any time you re-install or remove the plugin, you’ll probably want to access your admin panel over HTTP since the secure host will be set to the default.
Working on a fix now. Going to take a little break. I’ve been at it all week and this weekend. 😛
Thanks,
MikeHey Sulaiman,
Also, if what you’re talking about is you’re hitting the admin panel over HTTP, getting logged out and then redirected to the HTTPS admin panel (logged out), I’ve experienced the same issue. I’m not sure if that’s what you’re saying. I’m not really sure of a fix for that since WordPress is doing that. I haven’t really looked into where it’s occurring, but WordPress’ authentication check is happening before my redirect check, basically. There may be no way to fix it, but again, I haven’t checked.
Thanks,
MikeHey Sulaiman,
Alright, it was worth a shot. I’m not really following what’s going on, can you just send me a link? If you don’t want to post it publicly, you can email me directly at mike[at]mvied[dot]com.
Thanks,
MikeHey dKoka,
I certainly see a bug in the code that may cause that. I’m going to push up a fix. Re-install the plugin from the repository and let me know if it’s fixed.
Thanks,
MikeHey Sulaiman,
Go ahead and pull the one down from Github and see if the problem persists. I just put a fix in place for a separate issue, but I want to see if it fixes your issue as well. Make sure you wipe your cache or open an incognito window.
Thanks,
MikeForum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] VersionHey Rafaline,
Hmm, have you tried resetting the plugin’s settings before re-activating it? You can do that by adding
define('WPHTTPS_RESET', true);to your wp-config.php file. After the settings are reset, take that line out.Thanks,
MikeHey penmaster91604,
Well then that’s wrong. Can you give me a link to the site?
Thanks,
MikeHey tonyapril,
I didn’t change the config, and for now I’m not releasing another version. That’s why I hotfixed the changes into 3.0.2. In a few days, if I have bugs to patch, I’ll push out another version. Just waiting on people to show me bugs to fix.
Thanks,
Mike@dkoka:
That’s a separate issue, please start another topic so that is one doesn’t get cluttered with responses.@hccdev:
If the plugin isn’t working as intended, it’s probably better that we try to fix it. I don’t know of any bugs currently, that’s why I’m here, waiting to fix bugs. I just don’t know of any.