owncloud-archive / user_cas

Currently maintained in :
https://github.com/felixrupp/user_cas
10 stars 49 forks source link

PHP Fatal error: Call to undefined method OC_Util::generateRandomBytes() #31

Closed c0r3dump3d closed 8 years ago

c0r3dump3d commented 8 years ago

Hi, I'm trying to install the cas auth plugin in owncloud 9 but I have this error after authentication is successful:

PHP Fatal error: Call to undefined method OC_Util::generateRandomBytes() in /var/www/html/owncloud/apps/user_cas/lib/hooks.php on line 73

bastienho commented 8 years ago

Hi @c0r3dump3d,

I have the same issue, could you please tell us how you solved it?

thank you