-
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
Error: Class 'OCA\\DAV\\Connector\\Sabre\\ExceptionLoggerPlugin' not found #26217
Comments
Maybe APC caching issue ? Does restarting the web server solve it ? |
Would love to try, but Strato would kill me if I succeeded. Or just sue me. |
@dergilb99 so with all the weirdness you saw lately, is this problem still happening ? |
Current log file says no, but this cloud was sleeping for a while and no clients are connected. I will setup a new user for testing purposes. My guess would be no. If I encounter it again, I reopen this thread. It is so frustrating not knowing what's going on. |
That's happening again with ownCloud 9.1.3 on Ubuntu 14.04: https://central.owncloud.org/t/massive-get-status-php-requests/5852 |
I'm getting the same thing with
|
There are some fixes in 9.1.4. Can you upgrade? |
I have tried upgrading with |
Use that on the command line: https://doc.owncloud.org/server/9.1/admin_manual/maintenance/upgrade.html more details for the occ command: |
I've got this issue when I enable 'memcache.local'. Version 9.1.6.2. PHP Fatal error: Class 'OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin' not found in /data/www/owncloud/remote.php on line 54 |
Describe your upgrade process, please. |
Very simple. I started with a working owncloud 7.0. I did following:
It upgraded succesfully. I repeated the same procedure with
They all were successfull (according to the own owncloud messages). and finally
Which failed in a very early stage. So I stopped upgrading after 9.1.6. After that, I had a working owncloud configuration, that warned me about the omission of a memory caching functionality. When I enabled it in config.php, I got the error. Btw, I opened an issue for this one at github with log files etc.: |
Yes. A new issue is important in such a case. |
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. |
Steps to reproduce
Having ownCloud up and running
(The file exists (/owncloud/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php) and is not empty.)
Expected behaviour
Rejoice: Class 'OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin' was found
Actual behaviour
Error: Class 'OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin' not found
Server configuration (wouldn't it be awesome, if you could just enter this somewhere in your profile instead of pasting it in everytime?)
Operating system:
Solaris Unix (Hosted by Strato)
Web server:
Apache 2.2
Database:
MySQL 5.5.48
PHP version:
7.0.107.0.10
ownCloud version:
9.1.1 (stable)
Updated from an older ownCloud or fresh install:
Update from 9.1.0
Where did you install ownCloud from:
mydubiousfilez.hu
Signing status (ownCloud 9.0 and above):
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one:
No.
Are you using encryption:
Yes.
Are you using an external user-backend, if yes which one:
No.
Client configuration
Browser:
Firefox 49.0.1 (64 bit)
Operating system:
Windows 10 Pro (64 bit)
Logs
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: