-
John Clause replied to the topic WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php in the forum Requests & Feedback 9 years, 10 months ago
I tried, it seem like they want me to create an account. Please, just forward this discussion to them, it constitutes a bug report already. Thank you.
-
John Clause replied to the topic WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php in the forum Requests & Feedback 9 years, 10 months ago
All versions are the latest. No, I have not tried to investigate, I just spotted it in error_log and it makes false alarms for me. Investigation may take a day, depending on the number of plugins, but the message is so clear, that if you simply put ‘if(isset())’ in the place with proper handling, it will be gone regardless. What difference does it…[Read more]
-
John Clause replied to the topic WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php in the forum Requests & Feedback 9 years, 10 months ago
I am sorry, I thought this is their support system. I will report it there then.
Here is one more:
PHP Notice: Undefined offset: 1 in /wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php on line 1769
Does this belong here?
-
John Clause replied to the topic WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php in the forum Requests & Feedback 9 years, 10 months ago
I am sorry, I thought this is their support system. I will report it
Here is one more:
PHP Notice: Undefined offset: 1 in /wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php on line 1769
Does this belong here?
-
John Clause started the topic WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php in the forum Requests & Feedback 9 years, 10 months ago
With
define('WP_DEBUG', true);
in/wp-config.php
:The following notice appears in the error_log randomly under different circumstances:
PHP Notice: Undefined property: stdClass::$id in /wp-content/themes/buddyboss/buddyboss-inc/buddyboss-bp-legacy/bp-legacy-loader.php on line 171
And the one below appears on the screen every time “Save Menu”…[Read more]
-
John Clause started the topic WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php in the forum Requests & Feedback 9 years, 10 months ago
With
define('WP_DEBUG', true);
in/wp-config.php
:The following notice appears in the error_log randomly under different circumstances:
PHP Notice: Undefined property: stdClass::$id in /wp-content/themes/buddyboss/buddyboss-inc/buddyboss-bp-legacy/bp-legacy-loader.php on line 171
And the one below appears on the screen every time “Save Menu”…[Read more]
-
John Clause replied to the topic [Resolved] WP_DEBUG Notice for bp_setup_current_user in the forum Requests & Feedback 9 years, 10 months ago
Yes, all good, thank you, @phbernard!
-
John Clause replied to the topic [Resolved] WP_DEBUG Notice for bp_setup_current_user in the forum Requests & Feedback 9 years, 10 months ago
This is really helpful, Henry.
I submitted a link to this thread to “Favicon by RealFaviconGenerator”.
Thanks a lot.
-
John Clause replied to the topic [Resolved] WP_DEBUG Notice for bp_setup_current_user in the forum Requests & Feedback 9 years, 10 months ago
While working on other plugin, I came across that this message appears when
current_user_can()
is called from within ‘plugins_loaded’ action. If user authentication is not expected at this point, then this proves that it is not BuddyPress problem.Which action, as early as possible, would you recommend to use expecting
current_user_can()
to work…[Read more] -
John Clause replied to the topic [Resolved] WP_DEBUG Notice for bp_setup_current_user in the forum Requests & Feedback 9 years, 10 months ago
You got me, Henry! No, it does not. I now have been turning on/off other plugins and I got a combination: “Twenty Fifteen”, BuddyPress and “Favicon by RealFaviconGenerator”. If I turn off either BuddyPress or Favicon, the message disappear. Do you wish me to report it to Favicon, or would you look first what exactly is wrong?
-
John Clause started the topic [Resolved] WP_DEBUG Notice for bp_setup_current_user in the forum Requests & Feedback 9 years, 10 months ago
It might have been already reported to you, I would like to post another vote to get rid of the following message:
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in…
-
John Clause started the topic [Resolved] WP_DEBUG Notice for bp_setup_current_user in the forum Requests & Feedback 9 years, 10 months ago
It might have been already reported to you, I would like to post another vote to get rid of the following message:
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in…
@johnclause
Active 7 years, 10 months ago