Skip to content

Mail not loading. #4366

Closed
Closed

Description

Steps to reproduce

  1. Add a Gmail or Outlook account
  2. Go to Inbox
  3. Click on any message

Expected behaviour

The message should load on the right side

Actual behaviour

Nothing happens, Chrome's Console reports errors. See browser log below.

Server configuration

Operating system: Linux cloud.betaleaf.net 4.8.0-46-generic #49~16.04.1-Ubuntu SMP Fri Mar 31 14:51:03 UTC 2017 x86_64

Web server: Apache/2.4.18 (Ubuntu) (apache2handler)

Database: mysql 5.7.17

PHP version: 7.0.15-0ubuntu0.16.04.4
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, redis, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, imap, intl, json, ldap, exif, mcrypt, mysqli, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, readline, shmop, SimpleXML, smbclient, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, libsmbclient, Zend OPcache

Nextcloud version: 11.0.2 (stable) - 11.0.2.7

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from:

Signing status:

Signing status
[]

List of activated apps:

App list ``` Enabled: - activity: 2.4.1 - admin_audit: 1.1.0 - apporder: 0.3.3 - audioplayer: 1.5.1 - bookmarks: 0.9.1 - calendar: 1.5.2 - comments: 1.1.0 - contacts: 1.5.3 - dav: 1.1.1 - deck: 0.1.2 - external: 1 - 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.1 - files_external: 1.1.2 - files_markdown: 1.0.1 - 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 - firstrunwizard: 2.0 - gallery: 16.0.0 - issuetemplate: 0.2.1 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - mail: 0.6.2 - nextcloud_announcements: 1.0 - notes: 2.2.0 - notifications: 1.0.1 - password_policy: 1.1.0 - provisioning_api: 1.1.0 - registration: 0.2.3 - richdocuments: 1.1.25 - serverinfo: 1.1.1 - sharebymail: 1.0.1 - spreed: 1.2.0 - survey_client: 0.1.5 - systemtags: 1.1.3 - tasks: 0.9.5 - theming: 1.1.1 - twofactor_backupcodes: 1.0.0 - updatenotification: 1.1.1 - workflowengine: 1.1.1

Disabled:

  • encryption
  • files_retention
  • templateeditor
  • user_external
  • user_ldap
  • user_saml
</details>

**The content of config/config.php:**
<details>
	<summary>Config report</summary>

{
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"192.168.0.15",
"cloud.betaleaf.net",
"cloud.betaleaf.net"
],
"datadirectory": "/var/ncdata",
"overwrite.cli.url": "https://cloud.betaleaf.net/",
"dbtype": "mysql",
"version": "11.0.2.7",
"dbname": "nextcloud_db",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"instanceid": "ocs5sbx04rgz",
"appstore.experimental.enabled": "true",
"mail_smtpmode": "smtp",
"mail_smtpauth": 1,
"mail_smtpport": "465",
"mail_smtphost": "smtp.gmail.com",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "Jeff",
"mail_domain": "BetaLeaf.net",
"mail_smtpsecure": "ssl",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"preview_libreoffice_path": "/usr/bin/libreoffice",
"memcache.local": "\OC\Memcache\Redis",
"filelocking.enabled": true,
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "/var/run/redis/redis.sock",
"port": 0,
"timeout": 0,
"dbindex": 0,
"password": "REMOVED SENSITIVE VALUE"
},
"htaccess.RewriteBase": "/",
"mysql.utf8mb4": true,
"maintenance": false
}

</details>

**Are you using external storage, if yes which one:** Array
(
    [0] => \OC\Files\Storage\Local
    [1] => \OCA\Files_External\Lib\Storage\FTP
    [2] => \OC\Files\Storage\DAV
    [3] => \OCA\Files_External\Lib\Storage\OwnCloud
    [4] => \OCA\Files_External\Lib\Storage\SFTP
    [5] => \OCA\Files_External\Lib\Storage\AmazonS3
    [6] => \OCA\Files_External\Lib\Storage\Dropbox
    [7] => \OCA\Files_External\Lib\Storage\Google
    [8] => \OCA\Files_External\Lib\Storage\Swift
    [9] => \OCA\Files_External\Lib\Storage\SFTP
    [10] => \OCA\Files_External\Lib\Storage\SMB
    [11] => \OCA\Files_External\Lib\Storage\SMB
)


**Are you using encryption:** no

**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...

### Client configuration
**Browser:** Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36

**Operating system:**

### Logs
#### Web server error log
<details>
	<summary>Web server error log</summary>
	```
	Not sure how to obtain this. Not even sure what the web server log is. Would anyone mind enlightening me?
	```
</details>

#### Nextcloud log (data/nextcloud.log)
<details>
	<summary>Nextcloud log</summary>
	```
	{"reqId":"d2KiCEcjH8fbeqyEKjFE","remoteAddr":"192.168.0.2","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:806\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2018): OC\\Files\\Filesystem::normalizePath('\/BetaLeaf\/files...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1156): OC\\Files\\View->unlockFile('\/Nextcloud.mp4', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#806","level":3,"time":"2017-04-17T01:17:41+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"ZGefKu8\/+W8zPnKQa8UH","remoteAddr":"192.168.0.2","app":"no app in context","message":"Missing expected parameters in change user hook","level":2,"time":"2017-04-17T01:27:32+00:00","method":"POST","url":"\/nextcloud\/index.php\/avatar\/cropped","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"ZGefKu8\/+W8zPnKQa8UH","remoteAddr":"192.168.0.2","app":"no app in context","message":"Missing expected parameters in change user hook","level":2,"time":"2017-04-17T01:27:34+00:00","method":"POST","url":"\/nextcloud\/index.php\/avatar\/cropped","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"ad3Pa4UNTgynhz5LdTEp","remoteAddr":"24.95.128.194","app":"core","message":"Trusted domain error. \"24.95.128.194\" tried to access using \"cloud.betaleaf.net\" as host.","level":2,"time":"2017-04-17T01:34:41+00:00","method":"GET","url":"\/nextcloud\/index.php\/settings\/admin\/additional","user":"--","version":"11.0.2.7"}
{"reqId":"HwPBHadiER89enzgORE4","remoteAddr":"24.95.128.194","app":"PHP","message":"Illegal offset type at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Settings\/Admin.php#219","level":3,"time":"2017-04-17T05:11:19+00:00","method":"GET","url":"\/settings\/admin\/issuetemplate","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"WsdoGbNA7GhKDt9pA2r2","remoteAddr":"139.162.106.181","app":"core","message":"Trusted domain error. \"139.162.106.181\" tried to access using \"24.95.128.194\" as host.","level":2,"time":"2017-04-17T05:35:18+00:00","method":"GET","url":"\/","user":"--","version":"11.0.2.7"}
{"reqId":"NdGc7BlfyqVXo7EGTATm","remoteAddr":"24.95.128.194","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 1870 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #16)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('Delete Copies.b...', Resource id #16)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('Delete Copies.b...', Resource id #16, NULL)\\n#3 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php\",\"Line\":150,\"User\":\"BetaLeaf\"}","level":4,"time":"2017-04-17T05:47:24+00:00","method":"PUT","url":"\/remote.php\/webdav\/Delete%20Copies.bat","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"gA0b5WP1BtOW4wxbFhG8","remoteAddr":"80.82.77.139","app":"core","message":"Trusted domain error. \"80.82.77.139\" tried to access using \"24.95.128.194\" as host.","level":2,"time":"2017-04-17T16:32:59+00:00","method":"GET","url":"\/","user":"--","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"webdav","message":"Exception: {\"Message\":\"An exception occurred while executing 'UPDATE `oc_filecache` SET `mtime` = GREATEST(`mtime`, ?), `etag` = ? WHERE (`storage` = ?) AND (`path_hash` IN ('d41d8cd98f00b204e9800998ecf8427e', '45b963397aa40d4a0063e0d85e4fe7a1', 'd83e3bb841f25d32deeb199998117293', 'c8f34bfad10954cf2257ffb5c1a5e837', 'abdef7918c736972d5fd33f54c1a37a7', '78b5e0426dfb18c758e961b8ab7eef2e', '5d4b7ff0d873afe0ffe630edab222b9e', 'da64ad1e21795f43eb4857f767cd04cf', 'f2a87befac21bb0a507aac19fe294fc9', '778bb95bea9a4a8b4cd515288a174eb7'))' with params [1420832504, \\\"58f520086297b\\\", 4]:\\n\\nSQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress\",\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(128): Doctrine\\\\DBAL\\\\Driver\\\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Connection.php(996): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOMySql\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'UPDATE `oc_file...', Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/Connection.php(215): Doctrine\\\\DBAL\\\\Connection->executeUpdate('UPDATE `oc_file...', Array, Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Query\\\/QueryBuilder.php(208): OC\\\\DB\\\\Connection->executeUpdate('UPDATE `oc_file...', Array, Array)\\n#4 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/QueryBuilder\\\/QueryBuilder.php(177): Doctrine\\\\DBAL\\\\Query\\\\QueryBuilder->execute()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Propagator.php(100): OC\\\\DB\\\\QueryBuilder\\\\QueryBuilder->execute()\\n#6 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/HomePropagator.php(49): OC\\\\Files\\\\Cache\\\\Propagator->propagateChange('files\\\/Kathy\\\/App...', '1420832504', 0)\\n#7 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Updater.php(138): OC\\\\Files\\\\Cache\\\\HomePropagator->propagateChange('files\\\/Kathy\\\/App...', '1420832504', 0)\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(318): OC\\\\Files\\\\Cache\\\\Updater->update('files\\\/Kathy\\\/App...', '1420832504')\\n#9 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(1142): OC\\\\Files\\\\View->writeUpdate(Object(OCA\\\\FilesAccessControl\\\\StorageWrapper), 'files\\\/Kathy\\\/App...', '1420832504')\\n#10 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Files\\\/View.php(556): OC\\\\Files\\\\View->basicOperation('touch', '\\\/Kathy\\\/AppData\\\/...', Array, '1420832504')\\n#11 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php(209): OC\\\\Files\\\\View->touch('\\\/Kathy\\\/AppData\\\/...', '1420832504')\\n#12 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(137): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #16)\\n#13 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1072): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('logo-win-25x25....', Resource id #16)\\n#14 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('Kathy\\\/AppData\\\/L...', Resource id #16, NULL)\\n#15 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#16 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#17 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#18 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#19 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#20 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#21 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractMySQLDriver.php\",\"Line\":116,\"User\":\"BetaLeaf\"}","level":4,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"13zZW\/Ays6SMWESrE70G","remoteAddr":"192.168.0.2","app":"PHP","message":"Redis::watch(): connect() failed: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php#162","level":3,"time":"2017-04-17T20:05:33+00:00","method":"PUT","url":"\/remote.php\/webdav\/Kathy\/AppData\/Local\/Skype\/Apps\/login\/images\/white-on-black\/logo-win-25x25.png","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"FyqfJm7d59rsmW7zcdiP","remoteAddr":"80.82.77.33","app":"core","message":"Trusted domain error. \"80.82.77.33\" tried to access using \"24.95.128.194\" as host.","level":2,"time":"2017-04-18T00:29:17+00:00","method":"GET","url":"\/","user":"--","version":"11.0.2.7"}
{"reqId":"0\/XFHSIpAcc2S8ZfHtlb","remoteAddr":"24.95.128.194","app":"mail","message":"Creating account failed: Error connecting to mail server.","level":3,"time":"2017-04-18T04:16:20+00:00","method":"POST","url":"\/apps\/mail\/accounts","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"LNs+++jJpp3muZo+6JU5","remoteAddr":"24.95.128.194","app":"mail","message":"Creating account failed: Error when communicating with the server.","level":3,"time":"2017-04-18T04:16:35+00:00","method":"POST","url":"\/apps\/mail\/accounts","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"eSyVwLPHcBSl1EpP8VPs","remoteAddr":"24.95.128.194","app":"mail","message":"Creating account failed: Error connecting to mail server.","level":3,"time":"2017-04-18T04:16:38+00:00","method":"POST","url":"\/apps\/mail\/accounts","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"bhYJad8EMdI6NFQppC1x","remoteAddr":"24.95.128.194","app":"mail","message":"Creating account failed: Error connecting to mail server.","level":3,"time":"2017-04-18T04:16:45+00:00","method":"POST","url":"\/apps\/mail\/accounts","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"Wfm51UqBQZpvE+mSwWXm","remoteAddr":"24.95.128.194","app":"mail","message":"Creating account failed: Error connecting to SMTP server.","level":3,"time":"2017-04-18T04:17:06+00:00","method":"POST","url":"\/apps\/mail\/accounts","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"XwyqICBghHr7eYBhlftM","remoteAddr":"24.95.128.194","app":"PHP","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Smtp\/Horde\/Smtp.php#1049","level":3,"time":"2017-04-18T04:17:20+00:00","method":"POST","url":"\/apps\/mail\/accounts","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"XwyqICBghHr7eYBhlftM","remoteAddr":"24.95.128.194","app":"mail","message":"Creating account failed: Server denied authentication.","level":3,"time":"2017-04-18T04:17:20+00:00","method":"POST","url":"\/apps\/mail\/accounts","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"+4XwA45xeFcHIKW4MKNr","remoteAddr":"24.95.128.194","app":"index","message":"Exception: {\"Exception\":\"Horde_Imap_Client_Exception\",\"Message\":\"Mail server denied authentication.\",\"Code\":102,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/vendor\\\/pear-pear.horde.org\\\/Horde_Imap_Client\\\/Horde\\\/Imap\\\/Client\\\/Base.php(831): Horde_Imap_Client_Socket->_login(*** sensitive parameters replaced ***)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Account.php(159): Horde_Imap_Client_Base->login(*** sensitive parameters replaced ***)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Account.php(292): OCA\\\\Mail\\\\Account->getImapConnection()\\n#3 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Account.php(338): OCA\\\\Mail\\\\Account->listMailboxes()\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Account.php(570): OCA\\\\Mail\\\\Account->getMailboxes()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Account.php(448): OCA\\\\Mail\\\\Account->getSpecialFolder('inbox', false)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Service\\\/UnifiedAccount.php(88): OCA\\\\Mail\\\\Account->getInbox()\\n#7 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Service\\\/UnifiedAccount.php(71): OCA\\\\Mail\\\\Service\\\\UnifiedAccount->buildInbox()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/lib\\\/Controller\\\/FoldersController.php(62): OCA\\\\Mail\\\\Service\\\\UnifiedAccount->jsonSerialize()\\n#9 [internal function]: OCA\\\\Mail\\\\Controller\\\\FoldersController->index(-1)\\n#10 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(160): call_user_func_array(Array, Array)\\n#11 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(90): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OCA\\\\Mail\\\\Controller\\\\FoldersController), 'index')\\n#12 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(114): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\Mail\\\\Controller\\\\FoldersController), 'index')\\n#13 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('OCA\\\\\\\\Mail\\\\\\\\Contro...', 'index', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#14 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#15 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Router.php(299): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#16 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/base.php(1010): OC\\\\Route\\\\Router->match('\\\/apps\\\/mail\\\/acco...')\\n#17 \\\/var\\\/www\\\/nextcloud\\\/index.php(40): OC::handleRequest()\\n#18 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/mail\\\/vendor\\\/pear-pear.horde.org\\\/Horde_Imap_Client\\\/Horde\\\/Imap\\\/Client\\\/Socket.php\",\"Line\":572}","level":3,"time":"2017-04-18T04:20:56+00:00","method":"GET","url":"\/apps\/mail\/accounts\/-1\/folders","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"eytJf8Wng82U+GlOlgsj","remoteAddr":"24.95.128.194","app":"PHP","message":"Undefined offset: 4 at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/UnifiedAccount.php#188","level":3,"time":"2017-04-18T04:21:04+00:00","method":"POST","url":"\/apps\/mail\/accounts\/-1\/folders\/detectChanges","user":"BetaLeaf","version":"11.0.2.7"}
{"reqId":"eytJf8Wng82U+GlOlgsj","remoteAddr":"24.95.128.194","app":"PHP","message":"Undefined offset: 4 at \/var\/www\/nextcloud\/apps\/mail\/lib\/Service\/UnifiedAccount.php#189","level":3,"time":"2017-04-18T04:21:04+00:00","method":"POST","url":"\/apps\/mail\/accounts\/-1\/folders\/detectChanges","user":"BetaLeaf","version":"11.0.2.7"}
	```
</details>

#### Browser log
<details>
	<summary>Browser log</summary>
	```
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "document:click" [n.Event]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "document:click" [n.Event]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "composer:leave" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "title:update" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "messagesview:message:setactive" [null]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "message:loading" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "title:update" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "messagesview:message:setactive" [U.i]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [message] "entity" [U.i, U.i, 1649]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "composer:events:undelegate" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154 Uncaught TypeError: r.get(...).toJSON is not a function
    at mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154
    at e (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147)
    at Function.<anonymous> (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147)
    at Object.<anonymous> (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154)
    at Object.eval [as main] (eval at createFunctionContext (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:151), <anonymous>:10:125)
    at n (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150)
    at i (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150)
    at r (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:151)
    at Object.render (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149)
    at U.i._renderTemplate (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149)
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154
e @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154
(anonymous) @ VM622:10
n @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150
i @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150
r @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:151
render @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
_renderTemplate @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
render @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
_renderView @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148
show @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148
showChildView @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
onShowMessage @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:153
y @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
v @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
d @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
u.trigger @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:152
j @ jquery.min.js:2
add @ jquery.min.js:2
n @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:152
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:152
y @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
v @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
d @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
u.trigger @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
openMessage @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:153
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "composer:leave" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "title:update" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "messagesview:message:setactive" [null]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "message:loading" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "title:update" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "messagesview:message:setactive" [U.i]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [message] "entity" [U.i, U.i, 1648]
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148 [ui] "composer:events:undelegate" []
mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154 Uncaught TypeError: r.get(...).toJSON is not a function
    at mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154
    at e (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147)
    at Function.<anonymous> (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147)
    at Object.<anonymous> (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154)
    at Object.eval [as main] (eval at createFunctionContext (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:151), <anonymous>:10:125)
    at n (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150)
    at i (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150)
    at r (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:151)
    at Object.render (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149)
    at U.i._renderTemplate (mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149)
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154
e @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:154
(anonymous) @ VM622:10
n @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150
i @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:150
r @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:151
render @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
_renderTemplate @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
render @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
_renderView @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148
show @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:148
showChildView @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:149
onShowMessage @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:153
y @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
v @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
d @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
u.trigger @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:152
j @ jquery.min.js:2
add @ jquery.min.js:2
n @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:152
(anonymous) @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:152
y @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
v @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
d @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
u.trigger @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:147
openMessage @ mail.min.js?v=2da68e4ba120f8d0781d47f6b5496e82:153
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
	```
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions