Will Earnhardt
Forum Replies Created
-
Forum: Plugins
In reply to: [Active Directory Integration] Can't Turn Off "Use TLS"That value is just a boolean stored in the
wp_site_optionstable underAD_Integration_use_tlsif you want to manually change it.Forum: Plugins
In reply to: [Active Directory Integration] Can't Turn Off "Use TLS"Ah, I need to update that. I’ve fixed that bug, as well as some others, but I haven’t pushed anything up to that repo in a while.
Forum: Fixing WordPress
In reply to: Can't upload to add new media with php 5.6.xI’ve got 5.6.3 running on a dev server with WP 4.0.1 and I am not seeing this problem.
Can you provide any additional information? Theme? Active Plugins? Have you checked your error logs?
Forum: Plugins
In reply to: [Query Monitor] Compatibility with PHP 5.6.3?Ok, found the culprit. Looks like the call to
exec( 'whoami' )in environment.php was causing it. I haveexecdisabled. Once I commented out that portion it all worked fine.Based on this, it looks like it might be a bug in PHP 5.6.2 and 5.6.3, which would explain why you haven’t seen it in 5.6.1: https://bugs.php.net/bug.php?id=68413
It appears to be patched in 5.6.4, so I guess I’ll just comment this portion out for now and test again once I update PHP again.
Forum: Plugins
In reply to: [Query Monitor] Compatibility with PHP 5.6.3?Thanks John. I’ll look into it a little more and report back and/or close this thread.
I thought it was probably a systems issue, but I mainly wanted to see if there were any known issues or potential culprits before I got too deep into the logs and debugging.
Forum: Plugins
In reply to: [Captcha] get_plugins every call?Texiwill is correct,
after_setup_themefires on each page load, so probably not the best action hook to use.http://codex.wordpress.org/Plugin_API/Action_Reference/after_setup_theme
Maybe you were looking for
switch_theme?http://codex.wordpress.org/Plugin_API/Action_Reference/switch_theme
Forum: Reviews
In reply to: [Active Directory Integration] No SupportAh, sorry. I posted a reply to another thread a while ago, but never followed up on this one.
The developer has never merged my changes back in, but the changes I made are on GitHub here:
https://github.com/earnjam/active-directory-integration
Got a lot more I want to do with it, but it works for now.
Forum: Plugins
In reply to: [Custom Favicon – Easily Add a Favicon in WordPress] SSL SupportThat’s great, thanks! I’ll mark this as resolved.
Forum: Plugins
In reply to: [Active Directory Integration] Using on a 25 site multisiteAh, yes. I’ve got a copy of it that has been working pretty well for me. Not all the features from the original plugin work, but it’s centrally configurable and logins work fine for all sites on the network.
I’ve got it on GitHub here:
https://github.com/earnjam/active-directory-integrationAt some point soon I’m going to add another update to do a few things like add an option to change the “Lost Password” link (we manage ours through another service).
Forum: Plugins
In reply to: [Active Directory Integration] Bugtracker is down!So he originally wrote it to work with WordPressMU. When that was merged back into the main branch of WP, some of the functions, constants, etc changed. He never updated it to work with it again.
It still works with multisite, but it doesn’t recognize that it is being used on a multisite network. The main thing being that the configuration settings were specific to each individual site. This meant to use it on the entire network, you had to configure it for each individual site…very impractical if you have a lot of sites. It also issued some php errors when trying to find tables that didn’t exist.
I’ve fixed those issues and posted my updated version to GitHub here:
https://github.com/earnjam/active-directory-integrationI’ve also contacted the developer and told him about my updates. I’m waiting to see what he will do with them.
I’m using my version on a network with about 5800 sites and it is working great. I’m going to add another feature this week to give the option to change the Lost Password URL to point to a different location, as that is not managed through WP for us.
Forum: Plugins
In reply to: [Active Directory Integration] Using on a 25 site multisite@ardal I’m not sure if you’re still working on this, but I just spent a couple hours today patching the plugin to work with my multisite instance. It’s working quite nicely for me in my initial testing.
I’m trying to reach out to the developer to see if he’s still actively working on this, so I can contribute the code back to him.
If I don’t hear from him, I’m going to publish the updated plugin to GitHub and/or WordPress.org to share with everyone.
Forum: Plugins
In reply to: [Active Directory Integration] Bugtracker is down!@orionrush I just spent a couple of hours today patching the plugin and got it working nicely with my multisite instance and eliminated some other errors.
I’m trying to get ahold of the developer to see if he’s still actively working on this so I can contribute the code back to him.
If not, I will publish my patched version to GitHub and/or WordPress.org and post a link here.
Forum: Reviews
In reply to: [Active Directory Integration] No SupportI just did some work on the plugin to make it work with WordPress multisite and clean up the existing errors.
I’m trying to reach out to the developer to see if he’s still working on it, so I can contribute back to him. But if he is not, then I will probably publish my new version of it to GitHub and/or here for people to use.
Forum: Plugins
In reply to: [Exclude Pages] Plugin Stopped Working?Ok, request sent I think.
I’m just starting to learn git, so bare with me if I’ve done something wrong!
Forum: Plugins
In reply to: [Exclude Pages] Plugin Stopped Working?I’ve forked jrf’s updated version from the other thread and updated it with the changes I’ve made.
You can see that version here:
https://github.com/earnjam/WP-exclude-pages-pluginFor just the changes to Simon’s published version without the additional improvements made by jrf (quick edit checkbox and new column on table), you can get that here:
https://gist.github.com/earnjam/5781358