The plugin is showing that I have 1 unread entry but the list of unread entries is blank. I can't get rid of the 1 unread message. What do I need to do to clear it out?
The plugin is showing that I have 1 unread entry but the list of unread entries is blank. I can't get rid of the 1 unread message. What do I need to do to clear it out?
If you were using caching, it sounds like the unread count and the number of entries became out of sync. Do you have direct access to the database with something like phpMyAdmin? If so, you can change the status of the entry to 'read' .
In the $wpdb->rg_lead table, each entry has a field of "is_read". Set that to 1 for all entries and you should no longer see an indication of unread entries.
OK, I'll give a try. Thanks.
Let us know if you need help.
Thank you!
I appreciate the explanation. I fixed the same problem on mine by going into phpMyAdmin and finding the culprit entry in the rg_lead table for that form (still says active) and deleting it. Worked like a charm.
Glad that worked for you.