BuddyPress Errors   

Jan 25th, 2011 // In: Help, Wordpress // By: Comments 0

I thought I would post the errors that BuddyPress generates in the WordPress dashboard. None of them are critical, you can rest assured that they probably do not effect how BuddyPress operates and the plugins author will know about them. Everyone who uses BuddyPress will get these errors, they just don’t see them because WordPress hides errors. If you want to see all errors you would add the following two lines to a plugin

ini_set(‘display_errors’,1);

error_reporting(E_ALL);

The two lines above will cause all errors to be displayed. I currently use them in Easy CSV Importer and CSV 2 POST plugins. There is a setting to switch errors off or on and on new versions the setting is off by default however if you have installed an older version it may currently be switched on when you upload the latest version. Many people instantly assume that the plugin is at fault and there is some kind of conflict however this is not true.

Notice: Undefined offset: 0 in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-corebp-core-catchuri.php on line 85

Notice: Trying to get property of non-object in C:AppServwwwwordpress-testingeciwp-includesquery.php on line 415

Notice: Undefined offset: 2 in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-corebp-core-catchuri.php on line 158

Notice: Undefined property: stdClass::$loggedin_user in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-forums.php on line 530

Notice: Trying to get property of non-object in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-forums.php on line 530

Notice: Undefined property: stdClass::$displayed_user in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-core.php on line 1066

Notice: Trying to get property of non-object in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-core.php on line 1066

Notice: Undefined index: user-avatar-default in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-core.php on line 160

Notice: Undefined property: stdClass::$profile in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-xprofilebp-xprofile-classes.php on line 816

Notice: Undefined index: bb-config-location in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-forums.php on line 23

Notice: Constant BP_XPROFILE_BASE_GROUP_NAME already defined in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-xprofile.php on line 101

Notice: Constant BP_XPROFILE_FULLNAME_FIELD_NAME already defined in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-xprofile.php on line 102

Notice: Undefined index: fileupload_maxk in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-corebp-core-avatars.php on line 35

Notice: Undefined property: stdClass::$current_group in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-groups.php on line 223

Notice: Trying to get property of non-object in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-groups.php on line 223

Notice: Undefined variable: count_indicator in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-messages.php on line 115

Notice: Undefined index: action in C:AppServwwwwordpress-testingeciwp-contentpluginsbuddypressbp-corebp-core-signup.php on line 571

Tags:

Leave a Reply

You must be logged in to post a comment.