-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
PHP Fatal error: Class 'OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin' not found in /data/www/owncloud/remote.php on line 54 #28777
Comments
Probably the same as also suggested by @PVince81 in #26217 (comment)
Restarting the webserver is documented in the upgrading manual https://doc.owncloud.org/server/latest/admin_manual/maintenance/manual_upgrade.html as is most likely solving such issues where there are stuff Cached which doesn't exist anymore. |
No, that doen's resolve the issue. I restarted apache serveral times, using the command:
|
This is what my directory contents look like.
|
Autoload.php's are here:
|
I fixed the problem. BTW. I also upgraded to 10.0.2 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I've got this issue when I enable 'memcache.local'. Version 9.1.6.2.
It's a manual installation of owncloud, upgraded from 7 to 9.1 (in several steps). DB Backend: Pgsql 9.4.
I tried maintenance:repair.
Don't know what to do now.
PHP Fatal error: Class 'OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin' not found in /data/www/owncloud/remote.php on line 54
Steps to reproduce
Expected behaviour
I'd expect memcache working
Actual behaviour
I get the fatal php error about the Sabre ExceptionLoggerPlugin.
Server configuration
Operating system:
raspbian, debian version 9.1
Web server:
apache 2.4
Database:
PostgreSQL v9.4
PHP version:
7.0
ownCloud version: (see ownCloud admin page)
9.1.6.2
Updated from an older ownCloud or fresh install:
7.0 -> 8.0 -> 8.1 -> 8.2 -> 9.0 -> 9.1 (upgrading to 10.0 failed)
Where did you install ownCloud from:
manual -> from the owncloud website
Signing status (ownCloud 9.0 and above):
eehh???
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/...
No.
Are you using encryption: yes/no
No.
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No.
LDAP configuration (delete this part if not used)
Client configuration
Browser:
Google Chrome
Operating system:
Windows
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
Not the problem. It's server side
The text was updated successfully, but these errors were encountered: