Search code examples
phplaravelcasphpcas

phpCAS::setDebug() is deprecated in favor of phpCAS::setLogger()


phpCAS::setDebug() is deprecated in favor of phpCAS::setLogger()

I got this error today, and I can't seem to find in what file phpCAS::setDebug() is used, anyone know how I can fix it?

phpCAS::setDebug() is deprecated

I tried downgrade apereo/phpcas to 1.3.8 (composer require apereo/phpcas:1.3.8), my friend that managed the server haven't tried it yet so I'm not sure

Source: https://github.com/subfission/cas/issues/93

composer.json


Solution

  • I found the solution: https://github.com/subfission/cas/issues/93

    I tried to downgrade apereo/phpcas from 1.3.9 to 1.3.8 and it worked!