fluo10's blog

  • Home
    • English
    • 日本語
  • Blog
  • Categories
    • Computer
    • Life
    • Notification
  • Tags
  • Privacy policy
  • Links
    • Github
    • qiita

© 2025. All rights reserved.

  • Fix errors on NextCloud

    Posted at:
    Tuesday, July 21, 2020 0:00 am
    Category:
    • Computer
    Tags:
    • Server
    • Nextcloud
    • nginx
    • PHP

    Case

    A half year ago, I move Nextcloud and other services to new server. At that time, there was some error and alert had occurred. I fix only fatal error but not fixed other alerts.

    I embarked on a modification of the rest of the warning.

    {{ image(src=“alert.png”, alt=“Screenshot of alerts”) }}

    Components

    • AWS Lightsail
    • Ubuntu 18.04
    • PHP7.3   - PHP7.4 is activated too because of other application’s requirement
    • Version of Nextcloud: 17.07,18.07 (Updated during this work)
    • Web server: nginx
      • username: nginx

    Update database

    Alert say “Execute occ db:convert-filecache-bigint” then I do so

    Read More…