-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Update to NC14 RC 1 No cache entry found #10922
Comments
GitMate.io thinks possibly related issues are #7488 (Update caches for federated shares in cron), #9575 (after updating from 13.0.1 to 13.0.2 I get: invalidsignatureexception: theming: " Signature data not found." ), #3633 (Update 11.0.0.1 fails), #1931 (Suggestion to update to owncloud 9.1.1), and #6039 (Update from 12.0.0 to 12.0.1). |
cc @skjnldsv |
@MorrisJobke we're using the same function than any other caching methods for the css icons. |
Same issue that #1 issue on Nextcloud 14.
|
Should be fixed by #10847 |
@skjnldsv @tflidd Same issue? nextcloud/tasks#214 |
Steps to reproduce
Actual behaviour
Lot of errors in the log. A lot of things with caching went a bit wrong, I tried to reset it via occ commands and finally the following conclusion (not sure if it was the cleanup procedure, the config changes or just the fact that I disabled not compatible apps):
'memcache.local' => '\\OC\\Memcache\\APCu',
to
'memcache.local' => '\OC\Memcache\APCu',
(even though there was no error, I removed the double-back-slashes for file-locking cache as well.
Guzzle
client causes dependency hell bookmarks#542These apps should be made compatible or if not marked as uncompatible so nobody breaks his system after an upgrade.
Server configuration
Operating system: Debian 8 (php 7 from dotdeb)
Web server: Apache
Database: MySQL
PHP version: 7.0
Nextcloud version: 14 RC1
The text was updated successfully, but these errors were encountered: