Skip to content
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

Multiple Errors #4201

Closed
emresaracoglu opened this issue Apr 4, 2017 · 2 comments
Closed

Multiple Errors #4201

emresaracoglu opened this issue Apr 4, 2017 · 2 comments

Comments

@emresaracoglu
Copy link

emresaracoglu commented Apr 4, 2017

Server configuration

Operating system:
CentOS
Web server:
Apache 2.4
Database:
MySQL
PHP version:
7.0.10
Nextcloud version: (see Nextcloud admin page)
11.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh
Signing status:

List of activated apps:

App list

Enabled:
  - activity: 2.4.1
  - activitylog: 0.0.1
  - admin_audit: 1.1.0
  - admin_notifications: 1.0.0
  - comments: 1.1.0
  - dav: 1.1.1
  - deck: 0.1.2
  - direct_menu: 0.10.1
  - federatedfilesharing: 1.1.1
  - files: 1.6.1
  - files_clipboard: 0.5.0
  - files_pdfviewer: 1.0.1
  - files_sharing: 1.1.1
  - files_texteditor: 2.2
  - files_trashbin: 1.1.0
  - files_versions: 1.4.0
  - files_videoplayer: 1.0.0
  - gallery: 16.0.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.0.0
  - nextant: 1.0.6
  - nextcloud_announcements: 1.0
  - notes: 2.2.0
  - notifications: 1.0.1
  - onlyoffice: 1.0.1
  - previewgenerator: 1.0.5
  - provisioning_api: 1.1.0
  - serverinfo: 1.1.1
  - sharebymail: 1.0.1
  - spreed: 1.2.0
  - tasks: 0.9.5
  - theming: 1.1.1
  - twofactor_backupcodes: 1.0.0
  - updatenotification: 1.1.1
  - workflowengine: 1.1.1
Disabled:
  - audioplayer
  - encryption
  - external
  - federation
  - files_accesscontrol
  - files_automatedtagging
  - files_external
  - files_retention
  - firstrunwizard
  - ocr
  - password_policy
  - rainloop
  - richdocuments
  - survey_client
  - systemtags
  - templateeditor
  - user_external
  - user_ldap
  - user_saml

The content of config/config.php:

Config report

{
    "system": {
        "instanceid": ""***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            ""***REMOVED SENSITIVE VALUE***.com",
            "www."***REMOVED SENSITIVE VALUE***.com",
            "192.168.1.162",
            "192.168.1.107",
            "192.168.1.239"
        ],
        "asset-pipeline.enabled": true,
        "default_language": "tr",
        "logtimezone": "UTC",
        "installed": true,
        "knowledgebaseenabled": false,
        "appstore.experimental.enabled": true,
        "updater.release.channel": "beta",
        "maintenance": false,
        "loglevel": 2,
        "trashbin_retention_obligation": "disabled",
        "versions_retention_obligation": "disabled",
        "datadirectory": "\/home\/"***REMOVED SENSITIVE VALUE***\/public_html\/data",
        "overwrite.cli.url": "https:\/\/www."***REMOVED SENSITIVE VALUE***.com",
        "dbtype": "mysql",
        "version": "11.0.2.7",
        "dbname": ""***REMOVED SENSITIVE VALUE***",
        "dbhost": "localhost",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "filelocking.enabled": true,
        "filelocking.ttl": 3600,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "redis": {
            "host": "127.0.0.1",
            "port": 6379,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***",
            "dbindex": 2
        },
        "preview_libreoffice_path": "\/usr\/bin\/libreoffice",
        "preview_office_cl_parameters": " --headless --nologo --nofirststartwizard --invisible --norestore --convert-to pdf --outdir ",
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\MSOffice2003",
            "OC\\Preview\\MSOffice2007",
            "OC\\Preview\\MSOfficeDoc",
            "OC\\Preview\\PDF",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\Movie"
        ],
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "tls",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtphost": "smtp"***REMOVED SENSITIVE VALUE***com",
        "mail_from_address": "bilgilendirme",
        "mail_domain": "***REMOVED SENSITIVE VALUE***com",
        "mail_smtpport": "587",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "htaccess.RewriteBase": "\/"
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...
local
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Webdav

ddo-hatalar

@MorrisJobke
Copy link
Member

cc @icewind1991 - this seems to be related to ONLYOFFICE/onlyoffice-owncloud#35

@MorrisJobke
Copy link
Member

Please update to at least 12.0.2. We improved filesystem handling there. If there is still a problem, please open a new ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants