We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Stale notifications[Solved] | Forum

William Quinones
William Quinones May 21 '14
I deleted some test accounts in oxwall and the notifications that were previously were sent were not deleted and I currently have a notification that I cannot get rid of. Is there a way to remove it from the database without corrupting anything else?

I have the community software running on my corporate LAN so I cannot provide external access for troubleshooting. Best I can do is a join.me session if absolutely required.

Clicking on the notification gives me a "Page not found error".


Thank you in advance for any assistance you all can provide.


-Will

The Forum post is edited by ross May 22 '14
ross Team
ross May 21 '14
you can do that in the ow_notifications_notification table
William Quinones
William Quinones May 22 '14
Thank you, the following worked for me:

Use this to view notifications:

          select * from ow_notifications_notification;

Use this to delete specific id...
          delete from ow_notifications_notification where id='2';


-Will

ross Team
ross May 22 '14
Great!