mvied
Forum Replies Created
-
What icons?
If something on the screen isn’t working correctly, there’s generally an error in your browser’s console that will give you some indication as to what’s going on. Post any errors you see there, here.
As for randomly logging you out, you’re going to have to post specific examples of the URL you were on and what URL you went to when you were logged out. WordPress is logging you out, not the plugin. There is probably a reason for it.
The upgrade process from 2.0.4 really isn’t reliable. In the next release I’m finally going to get some code in there that should fix upgrade issues. Try uninstalling and reinstalling the latest version.
This is not a plugin specific problem, my plugin just uses a lot of memory, so it is often the plugin to push people over their limit. You have to increase your memory limit in PHP. Talk to your hosting provider.
Does the transaction page appear correctly over HTTPS without the plugin installed?
2.0 consisted of one file that all the code was in. In 3.0, I rewrote the whole thing to better organize the code base. Your issue is that PHP is not autoloading the other, required files for some reason. The issue is either a problem with the server configuration, or another plugin is conflicting, causing the plugin not to function.
If you can, set up a duplicate test site with the same plugins and run some tests to see if the error occurs when only my plugin is active.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Server errorCan you check your Apache error logs to see what the error is?
Upgrading from 2.0.4 can sometimes be bumpy. Uninstall 2.0.4 and install the latest version. You can easily secure your entire site by placing ‘/’ as a URL Filter in the current version.
Make sure you dump your cookies before re-trying, just to rule that out.
I’m guessing if you look in wp-content/plugins/wordpress-https/lib/ you see WordPressHTTPS.php and inside it there’s code? Just to be sure, lol.
Can you just post a link? I’ve had a few people report the issue, but haven’t actually shown me.
Well, as far as I know there are no problems with the plugin. Unless you actually report errors, they won’t be fixed.
This plugin is so dependenent on the configuration of the server and the WordPress site being used, it’s very hard to test and find bugs.
Impossible to say without looking at it myself, really. It could be anything.
Force SSL Exclusively does exactly what it describes. Anything not forced to be HTTPS will be redirected to HTTP.
If your SSL Host does not match your Site URL, it will not be possible to log into both HTTPS and HTTP at the same time. That’s why I asked.
So you added WPHTTPS_RESET to wp-config.php and you didn’t remove it? The settings are going to be reset every time you load a page if that global is true.