[Owncloud] How to manually disable misbehaving app without reinstalling owncloud?

Michael Grosser owncloud at seetheprogress.net
Thu Oct 11 11:01:01 UTC 2012


You can go into your database:
SELECT * FROM oc_appconfig;
DELETE FROM oc_appconfig WHERE appkey='keyofspecificapp";

Something like that.

On Thu, Oct 11, 2012 at 10:58 AM, Emre Erenoglu <erenoglu at gmail.com> wrote:
> Hi,
>
> I just enabled some 3rd party & internal apps in my owncloud (ie the
> webdav auth and some others), now I can't reach owncloud anymore, it
> gives a 500 Internal Server error.
>
> How can I see the list of apps and disable the ones which I enabled?
> I could not find any such file in the config directory or others.
>
> --
> Emre
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud



More information about the Owncloud mailing list