owncloud-archive / user_cas

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

an error occured in updating to ownCloud 8.2.0 #22

Closed papillon326 closed 9 years ago

papillon326 commented 9 years ago

I try to update from ownCloud 8.1.0.

$ sudo -u apache /usr/bin/php occ upgrade Checked database schema update for apps ... Updating ... Updated to 1.1 PHP Fatal error: Class 'OC_Log' not found in /var/www/owncloud-8.2.0/apps/user_cas/user_cas.php on line 76

I thnk use "\OCP\Util::writeLog()" instead of "OC_Log::write()".

nitmir commented 9 years ago

I am facing the same issue