large number of notices showing up in debug mode
-
Is this normal and expected (WordPress 3.1.1, BuddyPress 1.2.? I would think that coding like this would be bad, for example for the undefined offsets and properties, you’d normally want to check that they exist before trying to read.
`
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-templatetags.php on line 193Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 85
Notice: is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. (This message was added in version 3.1.) in /sites/www.mysite.org/web/content/wp-includes/functions.php on line 3422
Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 108
Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 115
Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 147
Notice: Undefined offset: 1 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 155
Notice: Undefined offset: 2 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 158
Notice: Undefined property: stdClass::$loggedin_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530
Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530
Notice: Undefined property: stdClass::$displayed_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070
Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070
Notice: Undefined index: user-avatar-default in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 160
Notice: Undefined property: stdClass::$profile in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 816
Notice: Undefined index: bb-config-location in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 23
Notice: Constant BP_XPROFILE_BASE_GROUP_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101
Notice: Constant BP_XPROFILE_FULLNAME_FIELD_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102
Notice: Undefined index: fileupload_maxk in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 35
Notice: Undefined property: stdClass::$current_group in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223
Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223
Notice: Undefined variable: count_indicator in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-messages.php on line 115
Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1437
Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1437
Notice: Undefined index: action in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-signup.php on line 571
Notice: Undefined index: action in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 2026
Notice: Undefined index: bp-message in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1365
Notice: Undefined index: bp-message-type in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1368
Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 266
Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482
Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482
Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1526Notice: Undefined property: stdClass::$profile in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1652
Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1652
Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482
Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482
Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482 `
- The topic ‘large number of notices showing up in debug mode’ is closed to new replies.