id summary reporter owner description type status priority milestone component version severity resolution keywords cc 8018 Undefine Index Error in class-bp-core-oembed-extension.php Venutius "I get the following error message very occasionally: [03-Dec-2018 06:23:16 UTC] PHP Notice: Undefined index: url in /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-oembed-extension.php on line 483 Looking at the code, it seems to be checking for validity of the url: {{{ !#python if ( false === $this->validate_url_to_item_id( $query_params['url'] ) ) { return $served; } }}} Maybe this could be changed to: {{{ !#python if ( ! isset( $query_params['url'] ) || false === $this->validate_url_to_item_id( $query_params['url'] ) ) { return $served; }" defect (bug) closed normal Awaiting Review Media 3.0.0 normal fixed