You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.
I updated my installation from own cloud 7 gradually to own cloud 10.
Then I installed user_cas. I already have LDAP configured and working.
However, when I try to login using CAS I cannot login and the following error appears.
To login, I click on the "login using CAS" button in the login screen. Then it redirects me to my cas service. I login to the cas service and it redirects me back in the login screen of own cloud 10, with the next error message.
Note that even if I am trying user_cas without the LDAP enabled, I still get an error.
I use own cloud 10 on centOS.
The error message is:
Internal server error
The server has encountered an internal server error and cannot complete your request.
Please contact the server administrator if this error reappears multiple times and include the technical details below in your report.
Note: I have even tried it in own cloud 9.1 and it gives me a blank login page on this version and a server error log:
[Thu Feb 08 10:52:56.793864 2018] [:error] [pid 15253] [client 10.7.250.2:51911] PHP Fatal error: Call to undefined method OC_User::login() in /IS/web/hosting/hosts/owncloud/apps/user_cas/appinfo/app.php on line 50
Also note: I have tried it also in own cloud 9 and the error is:
[:error] [pid 20087] [client 10.7.250.2:52017] PHP Fatal error: Class 'OCA\user_cas\lib\LdapBackendAdapter' not found in /IS/web/hosting/hosts/owncloud/apps/user_cas/user_cas.php on line 111
[Thu Feb 08 11:20:17.190883 2018] [headers:debug] [pid 20087] mod_headers.c(823): AH01502: headers: ap_headers_output_filter()
The text was updated successfully, but these errors were encountered:
I updated my installation from own cloud 7 gradually to own cloud 10.
Then I installed user_cas. I already have LDAP configured and working.
However, when I try to login using CAS I cannot login and the following error appears.
To login, I click on the "login using CAS" button in the login screen. Then it redirects me to my cas service. I login to the cas service and it redirects me back in the login screen of own cloud 10, with the next error message.
Note that even if I am trying user_cas without the LDAP enabled, I still get an error.
I use own cloud 10 on centOS.
The error message is:
Internal server error
The server has encountered an internal server error and cannot complete your request.
Please contact the server administrator if this error reappears multiple times and include the technical details below in your report.
More details can be found in the server log.
Technical info
Trace
#0 /IS/web/hosting/hosts/owncloud/lib/private/legacy/app.php(242): require_once()
#1 /IS/web/hosting/hosts/owncloud/lib/private/legacy/app.php(193): OC_App::requireAppFile('user_cas')
#2 /IS/web/hosting/hosts/owncloud/lib/private/legacy/app.php(127): OC_App::loadApp('user_cas')
#3 /IS/web/hosting/hosts/owncloud/lib/private/legacy/user.php(128): OC_App::loadApps(Array)
#4 /IS/web/hosting/hosts/owncloud/lib/base.php(657): OC_User::setupBackends()
#5 /IS/web/hosting/hosts/owncloud/lib/base.php(998): OC::init()
#6 /IS/web/hosting/hosts/owncloud/index.php(54): require_once('/IS/web/hosting...')
#7 {main}
Note: I have even tried it in own cloud 9.1 and it gives me a blank login page on this version and a server error log:
[Thu Feb 08 10:52:56.793864 2018] [:error] [pid 15253] [client 10.7.250.2:51911] PHP Fatal error: Call to undefined method OC_User::login() in /IS/web/hosting/hosts/owncloud/apps/user_cas/appinfo/app.php on line 50
Also note: I have tried it also in own cloud 9 and the error is:
[:error] [pid 20087] [client 10.7.250.2:52017] PHP Fatal error: Class 'OCA\user_cas\lib\LdapBackendAdapter' not found in /IS/web/hosting/hosts/owncloud/apps/user_cas/user_cas.php on line 111
[Thu Feb 08 11:20:17.190883 2018] [headers:debug] [pid 20087] mod_headers.c(823): AH01502: headers: ap_headers_output_filter()
The text was updated successfully, but these errors were encountered: