Blank notifications are usually caused by a plugin.
To find out which plugin is causing it, hover over the “Read” link for the blank notification on your Notifications page. You should see the notification_id
parameter. Memorize the value of that parameter.
Now, go into your database using phpMyAdmin or Adminer and find the wp_bp_notifications
DB table. Under id
, locate the notification ID we memorized above.
Note down the component_name
and component_action
for this notification. This should narrow down the plugin that created that notification.
Hi, i have problem with this issue
I have WPForo and BuddyPress (but issue was same with bbpress) And if somebody reply on topic when i have subcribion, i have in notification menu blank title. Only Date and time send and action menu. In my Database in wp_bp_notitications is
id 13677
user_id 3
item_id 394
secondary_item_id 49
component_name community
component_action wpforo_new_reply
date_notified 2018-09-24 13:48:17
is_new 1
In your example, it’s a problem with the WPForo plugin. Ask the plugin developers to ensure that their notifications are properly formatted.
Hey, i faced same issue and finally found the plugin conflict issue, i have deactivated “Buddypress Who clicked at my Profile?” plugin and the blank notification issue solved.
it’s a problem with the WPForo plugin. Ask the plugin developers to ensure that their notifications are properly formatted.