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.
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