doofusdavid
Forum Replies Created
-
I think it’s having to do with the PHP version. I moved that server from 7.0 to 7.4 today which caused the errors to start. Reverting to 7.0 fixed it. I’m guessing PHP 7.4 has changed enough so that this code breaks.
I’ll keep it at 7.0 for the near term.
Same here, following this for updates.
Here as well, would love to hear the solution!
Forum: Plugins
In reply to: [date_query enabler] Doesn’t appear to work with 4.7So, I’ve found a workaround that does work for me. I borrowed some code I found on that plugin site, and tailored it for date_query.
Add the following to your functions.php:
function add_query_vars_filter( $vars ){ $vars = array_merge( $vars, array( 'date_query') ); return $vars; } add_filter( 'query_vars', 'add_query_vars_filter' );Forum: Plugins
In reply to: [date_query enabler] Doesn’t appear to work with 4.7Yep, I’m seeing the same thing. That plugin you reference lets me do filter[tag] again, which also was taken away by WP 4.7, but it didn’t add date_query for filters.
It’s unfortunate that WP 4.7 allows us to remove the REST API plugin, but requires at least one or two more plugins to get it back to the state it was in before.
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram did not return a 200 after 4.6 WP updateFor what it’s worth, I was receiving this error after moving to a new server. hebafareed provided the solution that worked for me. I needed to install php-curl and enable it in the php.ini. Note that this only applies if you’re self-hosting.
If shared hosting and you recently moved, look to make sure curl is enabled in your php.ini in CPanel or Virtualmin or whatever management thing your host uses.
It happened to coincide with WP 4.6, so I was chasing that down for awhile as well.
Forum: Plugins
In reply to: [Active Directory Integration] ERROR: Please enter your password.I have a fix for this that worked for me:
Forum: Plugins
In reply to: [Active Directory Integration] ERROR: Please enter your password.Moved an existing wordpress site to a new server running PHP Version 5.5.9-1ubuntu4.11, and I’m getting this now too.
I installed the debug toolbar, and found this:
NOTICE: wp-content/plugins/active-directory-integration/ad-integration.php:1407 – Undefined property: stdClass::$ID
edit_user, do_action_ref_array, call_user_func_array, ADIntegrationPlugin->prevent_email_change