mvied
Forum Replies Created
-
Hey cflm,
What do you have your Blog URL and Site URL set to?
The plugin uses home_url() to build it’s HTTP and HTTPS Url. If you enable debug mode on the plugin, open your browser’s console on a page, and you can see exactly what the plugin is up to.
Thanks,
mikeIt’s being caused by something being loaded on your site through HTTP. The plugin fixes most of these, but there are some things it can’t fix. Check out “How do I fix partially encrypted/mixed content errors?” in the FAQ.
Hey Andy,
Can you reproduce this in a separate installation on your host?
Thanks,
MikeSure. My email is mike[at]mvied[dot]com. I won’t be able to look at it until this evening.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] New update problemsHey ggioe,
I’m sure I could fix this problem if I could reproduce it. I haven’t been able to test an environment experiencing the issue. Try uninstalling the old plugin from the Dashboard before installing the new version. That will wipe all the settings for the plugin. You can find the previous versions here. Or, you can reset the new plugin while it’s installed by uncommenting
define('WPHTTPS_RESET', true);in the wordpress-https.php file, or you can addd that line to your wp-config.php file. After the plugin is reset, remove that line.Thanks,
MikeHey whaus,
Does that file exist in
/wp-content/plugins/wordpress-https/lib/?The problem is my include paths aren’t being used, but I’m defining them in wordpress-https.php.
$include_paths = array( get_include_path(), dirname(__FILE__), dirname(__FILE__) . '/lib' ); set_include_path(implode(PATH_SEPARATOR, $include_paths));The only problem I can think of is you have an old version of PHP that’s causing it not to work for some reason.
Thanks,
MikeHey Angie,
I recently found out that Better WP Security is copying some of the functionality my plugin provides, so I’ve had issues with it interfering. That’s the only plugin incompatibility I know about.
If you have any questions about the plugin, let me know.
Thanks,
MikeDoes the most current version of the plugin work with CloudFlare?
Hey RF.com,
I’ve fixed a number of issues since 3.0. Please update and let me know if it works for you.
Thanks,
MikeHey Shagi,
I’ve done a number of bug fixes since 3.0. Please update and let me know if you have any issues.
Thanks,
MikeAwesome, I’ll take another look. π
Well, either way you need to increase your memory limit. I can’t really test the plugin when hitting that exception.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] URL too long?No, it’s nothing like that. There’s something else wrong.
Does it happen when the plugin is disabled?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] wordpress-https 3.0 brokenHey astreetweb,
This issue should be resolved in 3.0.3. Please update and let me know.
Thanks,
MikeHey UMdb,
This issue should be fixed in the most recent version. Please update and let me know.
Thanks,
Mike