-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth-cas error after upgrade to osTicket Version v1.17-rc4 #35
Comments
I'm getting the same error with the 1.17 release. osTicket Version | 1.17-git (34c64f14) |
I also got this issue. It appears that implementing the multi-instance feature of osTicket led to this commit : osTicket/osTicket@0b93b48. It created a protected non static attribute This new attribute being protected is given to all derivated classes, including osTicket-auth-cas/auth-cas/cas.php Line 182 in 8da2efe
I'm trying to work on a fix. |
Found a fix, preparing a PR for it. |
Thanks for looking into that. I went ahead and switched to the OAuth plugin for authentication since my IDP (WSO2) supports it. It works well, but lacks as much attribute mapping that I can do with this plugin. Hopefully this plugin gets an update for those that still use it. |
Hello, I receive the following error when enabling CAS authentication plugin after upgrading to OSTicket v1.17rc4.
Fatal error: Cannot redeclare non static AuthenticationBackend::$config as static CasStaffAuthBackend::$config in phar://C:/include/plugins/auth-cas.phar/cas.php on line 243
Environment:
Windows Server 2012 R2
osTicket Version | v1.17-rc4 (356e156)
Web Server Software | Microsoft-IIS/8.5
MySQL Version | 8.0.20
PHP Version | 8.0.22
JASIG CAS Authentication | 1.2.1
The text was updated successfully, but these errors were encountered: