Support intro
Sorry to hear you’re facing problems
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version (eg, 20.0.5): 21.0.0.18
Operating system and version (eg, Ubuntu 20.04): CENT OS 8
Apache or nginx version (eg, Apache 2.4.25): recent
PHP version (eg, 7.4): 7.4.15
The issue you are facing:
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- Update from 20.0.8 to 21.0.0
Multiple things go wrong after the update:
- Wrong PHP version 7.2 is reported by cron job, but it runs already for months on 7.4 (on one instance). But this could be a DirectAdmin problem that was not a problem before. The default link to /usr/local/bin/php seems to envoke the oldest PHP version available.
I replaced it with: /usr/local/php74/bin/php
And that seems to work for 20.0.0, but not for 21.
i get an memory error:
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in … /home/…/cloud/lib/private/AppFramework/Utility/SimpleContainer.php on line 133 - “Er is een achtergrondtaak in bezig die controleert op door de gebruiker geïmporteerde SSL-certificaten. Kom later terug.” (orange color)
I’ve never imported an SSL ceritificate, and this messaage is new to me. - Je webserver is niet goed ingesteld om “/.well-known/webfinger” te vinden …
Unclear why this is now a problem. Tried several options, but with no results. - Je webserver is niet goed ingesteld om “/.well-known/nodeinfo” te vinden …
Unclear why this is now a problem. Tried several options, but with no results. - Je installatie heeft geen standaard telefoonregio. (that would be new to NC 21)
And this should be an option in the settings. I added manualy:
‘default_language’ => ‘NL’,
‘default_phone_region’ => ‘NL’, - Security scan (https://scan.nextcloud.com/) reports:
Running Nextcloud 21.0.0.18
NOT on latest patch level
Major version still supported
… and that seems wrong, since this is the latest update now.