-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Steps to reproduce
- Update from NC14 beta 1
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):
- There are still a few errors in the log, not sure if that is something to worry or just a cosmetic thing:
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
- I had a bit of troubles with the caches, especially APCU even though a second setup with the same php config works. I changed this entry
'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.
- There are still a few apps that are not compatible. Perhaps they were responsible for some of the initial errors I had. For me it was:
- circles: Incompatible with NC14 circles#215
- news: Feed list not visible on Nextcloud 14 news#308
- bookmarks: Shipped
Guzzleclient causes dependency hell bookmarks#542
These 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
Metadata
Metadata
Assignees
Labels
No labels