That generates an ton of those notices: Notice: EE_WP_User_Field::get_default_value was called incorrectly. You cant get a default value for a wp_User_Field because the "init" action is called, because current_user global hasnt yet been setup. Consider doing your business logic on the "init" hook or later. (This message was added in version 4.6.20 of Event Espresso) in /srv/www/acms-aragato-development/public_html/acms-data/plugins/event-espresso-core-reg/core/helpers/EEH_Debug_Tools.helper.php on line 289
In general the EE Debug Helper tools are very welcome as they generate useful debug responses. However, this time around they are just spamming my error log.
Is there a way to turn off certain EE Debug Tool notices?
Or do you see a possibility to actually get rid of the notices by solving this issue?
I thought about doing a normal wpdb query, which I do not prefer over your awesome EE Model queries. Would that solve it?
I tried the wpdb version and it worked.
No notices.
Thanks anyway.
Viewing 2 reply threads
The support post ‘Turn off EEH Debug Tools notices’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.