Reinstalling Notifications App

Afternoon everyone, I’m just seeing if anyone has any idea on how to reinstall the Notifications App. Somehow the installation was corrupted and when enabled it would refresh the page every 5 seconds, so it was disabled, and then inadvertently deleted. I do not see it listed anywhere in the Marketplace.

Thanks for the assist!

Hello,

how about:

sudo -u www-data php occ market:install notifications

I’d suggest you investigate on why the app got corrupted and I’d start an integrity check.
Cheers.

2 Likes

Another option would be to download the ownCloud release, extract it, and copy the notifications app from the apps/ directory in the release into your apps directory.
Afterwards you can enable it with sudo -u ${your apache user} php occ app:enable notifications (make sure php and occ are in your $PATH).

2 Likes