pitbulk / apps

ownCloud apps
3 stars 5 forks source link

cannot enable app #1

Closed jhaar closed 11 years ago

jhaar commented 11 years ago

Hi there

I have downloaded and unpacked user-saml into apps, but as admin I cannot enable it. I have tried under Firefox and Chrome and neither can enable the app (shows as version 0.2).

I can enable/disable other apps - it's just this one that doesn't work. Dumping the SQL database shows only one line referring to user-saml - but it doesn't say "0.2" like it should..

INSERT INTO "oc_appconfig" VALUES('user_saml','installed_version','');

If I edit that and put '0.2' in, then I get an actual error page ("error while enabling app") when I try to enable it.

This is on a CentOS-6 server

Jason

jhaar commented 11 years ago

ignore - I had copied the "user_saml" directory as "user-saml" :-)

Fixed