We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nextcloud should be used without error.
Click on nextcloud-logo:
"reqId":"4NVm1YB1Z7+JYPQ7e8eb","remoteAddr":"ip","app":"core","message":"User backend OC_User_IMAP already initialized.","level":0,"time":"2017-01-17T22:06:31+00:00","method":"GET","url":"\/nextcloud\/index.php","user":"user","version":"11.0.1.2"}
News app (without any feeds):
{"reqId":"HE7cJlFy1KviaSsvuBXN","remoteAddr":"ip","app":"core","message":"User backend OC_User_IMAP already initialized.","level":0,"time":"2017-01-17T22:08:00+00:00","method":"GET","url":"\/nextcloud\/index.php\/apps\/news\/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D","user":"user","version":"11.0.1.2"}
nextcloud/news#84
It's doesn't matter if I use a local user or a IMAP user.
Operating system: Debian 8
Web server: Apache
Database: Maria-DB
PHP version: 7.0 (dot-deb packages)
Nextcloud version: 11.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 11.0.0 (was a new NC 10 setup, not migrated from ownCloud). Manual upgrade.
Where did you install Nextcloud from: archive-file
Signing status:
No errors have been found.
List of activated apps:
- activity: 2.4.1 - admin_audit: 1.1.0 - announcementcenter: 3.0.0 - apporder: 0.3.3 - audioplayer: 1.4.0 - bookmarks: 0.9.1 - calendar: 1.5.0 - comments: 1.1.0 - contacts: 1.5.2 - dav: 1.1.1 - direct_menu: 0.10.0 - federatedfilesharing: 1.1.1 - federation: 1.1.1 - files: 1.6.1 - files_accesscontrol: 1.1.2 - files_automatedtagging: 1.1.1 - files_downloadactivity: 1.0.0 - files_external: 1.1.2 - files_markdown: 1.0.0 - files_pdfviewer: 1.0.1 - files_reader: 0.8.1 - files_retention: 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 - firstrunwizard: 2.0 - gallery: 16.0.0 - githubmergetracker: 0.0.15 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - news: 10.1.0 - nextcloud_announcements: 1.0 - notes: 2.2.0 - notifications: 1.0.1 - passman: 2.0.0-RC4 - password_policy: 1.1.0 - provisioning_api: 1.1.0 - serverinfo: 1.1.1 - sharebymail: 1.0.1 - systemtags: 1.1.3 - tasks: 0.9.4 - templateeditor: 0.2 - theming: 1.1.1 - twofactor_backupcodes: 1.0.0 - twofactor_totp: 0.5.0 - twofactor_u2f: 0.1.0 - updatenotification: 1.1.1 - user_external: 0.4 - workflowengine: 1.1.1
The content of config/config.php:
{ "system": { "instanceid": "ocx7851qw981", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "data.aspekte.net" ], "datadirectory": "\/var\/www\/nextcloud\/data", "overwrite.cli.url": "https:\/\/example.net\/nextcloud", "dbtype": "mysql", "version": "11.0.1.2", "dbname": "nextcloud", "dbhost": "localhost", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "UTC", "installed": true, "user_backends": [ { "class": "OC_User_IMAP", "arguments": [ "{mail.example.net:993\/imap\/ssl}" ] } ], "updater.release.channel": "stable", "loglevel": 0, "log_rotate_size": 10485760, "maintenance": false, "allow_user_to_change_display_name": true, "theme": "" } }
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: IMAP.
Browser: Firefox/Chromium
Operating system: Ubuntu 16.04
Already provided above. Nothing in the server error logs. Browser logs only warns about some deprecated function (tipsy).
The text was updated successfully, but these errors were encountered:
On NC 11.0.2 I still have the problem with some apps:
other apps have no problem (Files, activity, gallery, mail, contacs, calendar, announcements, notes)
Sorry, something went wrong.
This is a debug log statement. Seeing this does not mean there's a problem:
server/lib/private/legacy/user.php
Line 148 in e3de4ed
I'm closing this therefore.
No branches or pull requests
Steps to reproduce
Expected behaviour
Nextcloud should be used without error.
Actual behaviour
Click on nextcloud-logo:
News app (without any feeds):
nextcloud/news#84
It's doesn't matter if I use a local user or a IMAP user.
Server configuration
Operating system: Debian 8
Web server: Apache
Database: Maria-DB
PHP version: 7.0 (dot-deb packages)
Nextcloud version: 11.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 11.0.0 (was a new NC 10 setup, not migrated from ownCloud). Manual upgrade.
Where did you install Nextcloud from: archive-file
Signing status:
Signing status
List of activated apps:
App list
The content of config/config.php:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: IMAP.
Client configuration
Browser: Firefox/Chromium
Operating system: Ubuntu 16.04
Logs
Already provided above. Nothing in the server error logs. Browser logs only warns about some deprecated function (tipsy).
The text was updated successfully, but these errors were encountered: