Title: developerdoll's Replies | WordPress.org

---

# developerdoll

  [  ](https://wordpress.org/support/users/developerdoll/)

 *   [Profile](https://wordpress.org/support/users/developerdoll/)
 *   [Topics Started](https://wordpress.org/support/users/developerdoll/topics/)
 *   [Replies Created](https://wordpress.org/support/users/developerdoll/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/developerdoll/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/developerdoll/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/developerdoll/engagements/)
 *   [Favorites](https://wordpress.org/support/users/developerdoll/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BayEngage: Email Marketing] repeated warnings about trying to read property “ID”](https://wordpress.org/support/topic/repeated-warnings-about-trying-to-read-property-id/)
 *  [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/repeated-warnings-about-trying-to-read-property-id/#post-18042749)
 * 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.`
 * ![](https://i0.wp.com/i.imghippo.com/files/o6bbR1727547059.png?ssl=1)
 * 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.”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Any way to use the Normal size reCaptcha and not the Compact one?](https://wordpress.org/support/topic/any-way-to-use-the-normal-size-recaptcha-and-not-the-compact-one/)
 *  Thread Starter [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/any-way-to-use-the-normal-size-recaptcha-and-not-the-compact-one/#post-15065487)
 * Oh okay, that sounds great. Thank you very much for your reply! I’ll be looking
   forward to it. For now I’ll just hide the extra with CSS or something ^_^
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)] Authenticating Doesn’t Do Anything](https://wordpress.org/support/topic/authenticating-doesnt-do-anything/)
 *  Thread Starter [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/authenticating-doesnt-do-anything/#post-10946581)
 * Contacting support helped with my question. Thanks again for your help, Mircea
   @ Monster Insights!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Server unexpectedly drops connection after installing The Events Calendar](https://wordpress.org/support/topic/server-unexpectedly-drops-connection-after-installing-the-events-calendar/)
 *  [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/server-unexpectedly-drops-connection-after-installing-the-events-calendar/#post-10904982)
 * I had to completely remove this W3 Total Cache plugin and then add the new plugins,
   then add the newest events plugin. I guess the pages were being cached somehow,
   even though they shouldn’t have been for admin. Also had to remove that ^ above
   hack from functions.php that they gave me, seems to have fixed in their newest
   version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Server unexpectedly drops connection after installing The Events Calendar](https://wordpress.org/support/topic/server-unexpectedly-drops-connection-after-installing-the-events-calendar/)
 *  [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/server-unexpectedly-drops-connection-after-installing-the-events-calendar/#post-10877407)
 * I get a 500 error after upgrading it to the latest version today… and the entire
   backend doesn’t work. No PHP errors either.
 * I tried to add code they previously gave me, which disables the plugin files 
   on any non-events pages, but it doesn’t help in this case:
 *     ```
       add_action( 'admin_enqueue_scripts', 'tribe_select2_conflict_fix', 11);
       function tribe_select2_conflict_fix() {
       	$admin_helpers = Tribe__Admin__Helpers::instance();
       	if ( ! $admin_helpers->is_screen() ) {
       		wp_deregister_script( 'tribe-select2' );
       	}
       }
       ```
   
 * As soon as I deactivate the plugin, everything seems fine. When its already active,
   its fine, but if I try to install any new plugin, I get a 500 error again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Error on Customizer Page Causing it to Break](https://wordpress.org/support/topic/error-on-customizer-page-causing-it-to-break/)
 *  Thread Starter [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-customizer-page-causing-it-to-break/#post-10820046)
 * Oh man, I’m just about crying right now haha
 * Thank you very much, the code snippet worked just fine! Will keep on hand for
   the future.
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Error on Customizer Page Causing it to Break](https://wordpress.org/support/topic/error-on-customizer-page-causing-it-to-break/)
 *  Thread Starter [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-customizer-page-causing-it-to-break/#post-10813773)
 * I updated the plugin and I am still having this issue. It seems it may be an 
   issue with the GivingPress Pro theme.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WPMR Google Feed Manager for WooCommerce – Sell on Google Merchant Center & Shopping] Deleting the Plugin Deleted Most of WordPress](https://wordpress.org/support/topic/deleting-the-plugin-deleted-most-of-wordpress/)
 *  Thread Starter [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/deleting-the-plugin-deleted-most-of-wordpress/#post-10813042)
 * Yes, I had version 1.11.3, I said I updated the plugin on 10/22, your last update
   was 10/19
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Error on Customizer Page Causing it to Break](https://wordpress.org/support/topic/error-on-customizer-page-causing-it-to-break/)
 *  Thread Starter [developerdoll](https://wordpress.org/support/users/developerdoll/)
 * (@developerdoll)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-customizer-page-causing-it-to-break/#post-10771899)
 * Anyone? Still having this issue…

Viewing 9 replies - 1 through 9 (of 9 total)