• repeated warnings about trying to read property “ID” on null. Not sure why this is happening, but would love to figure it out.

Viewing 1 replies (of 1 total)
  • You might see the error as Deprecated: Function WP_User->id was called with an argument that is deprecated since version 2.1.0! Use WP_User->ID instead.

    In the file /wp-content/plugins/bayengage-email-marketing/bayengage-email-campaign-automation.php:139, or now on line 144, the $user_id=wp_get_current_user()->id??0; needs to change to $user_id=wp_get_current_user()->ID??0;

    They somehow haven’t noticed it yet, but it pushes my entire website down, throwing off the design. I’ve had to fix it every time I’ve updated.

    Not very surprising, the plugin page says, “This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.