Closed RainerEmrich closed 7 years ago
@RainerEmrich Thanks for reporting. It seems I somehow missed an important line when backporting the fix to the 0.2 branch. Can you check if the change in #342 fixes the issue for you?
Yeah, #342 fixes the issue for me!
Steps to reproduce
Expected behaviour
The date and time should be saved.
Actual behaviour
The date and time are not saved.
Server configuration
Operating system: Ubuntu 16.04.
Web server: Apache 2.4 (fpm-fcgi)
Database: Mariadb 10.2.10
PHP version: 7.1.11-1+ubuntu16.04.1+deb.sury.org+1
PHP-modules loaded
``` - Core - date - libxml - openssl - pcre - zlib - filter - hash - Reflection - SPL - session - standard - cgi-fcgi - mysqlnd - PDO - xml - apcu - apc - bz2 - calendar - ctype - curl - dom - mbstring - fileinfo - ftp - gd - gettext - gmp - iconv - igbinary - imagick - imap - intl - json - ldap - exif - mcrypt - msgpack - mysqli - pdo_mysql - pdo_pgsql - pdo_sqlite - pgsql - Phar - posix - readline - redis - shmop - SimpleXML - smbclient - sockets - sqlite3 - sysvmsg - sysvsem - sysvshm - tokenizer - wddx - xmlreader - xmlwriter - xsl - zip - memcached - libsmbclient - Zend OPcache ```Nextcloud version: 12.0.3 - 12.0.3.3
Where did you install Nextcloud from: Updated from 12.0.2 via web updater
Signing status: No errors have been found.
List of activated apps:
Enabled apps
``` - activity: 2.5.2 - admin_audit: 1.2.0 - admin_notifications: 1.0.0 - announcementcenter: 3.1.0 - apporder: 0.4.0 - audioplayer: 2.1.0 - bruteforcesettings: 1.0.2 - calendar: 1.5.6 - checksum: 0.3.5 - circles: 0.13.6 - comments: 1.2.0 - contacts: 2.0.1 - dav: 1.3.0 - deck: 0.2.5 - external: 2.0.3 - federatedfilesharing: 1.2.0 - federation: 1.2.0 - files: 1.7.2 - files_accesscontrol: 1.2.5 - files_automatedtagging: 1.2.2 - files_downloadactivity: 1.1.1 - files_markdown: 2.0.1 - files_pdfviewer: 1.1.1 - files_reader: 1.0.4 - files_retention: 1.1.2 - files_sharing: 1.4.0 - files_texteditor: 2.4.1 - files_trashbin: 1.2.0 - files_versions: 1.5.0 - files_videoplayer: 1.1.0 - firstrunwizard: 2.1 - gallery: 17.0.0 - gpxedit: 0.0.7 - gpxpod: 2.2.0 - groupfolders: 1.1.0 - issuetemplate: 0.2.2 - keeweb: 0.4.0 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - mail: 0.7.4 - metadata: 0.6.0 - nextcloud_announcements: 1.1 - notes: 2.3.1 - notifications: 2.0.0 - oauth2: 1.0.5 - password_policy: 1.2.2 - previewgenerator: 1.0.7 - provisioning_api: 1.2.0 - quota_warning: 1.1.1 - ransomware_protection: 1.0.5 - richdocuments: 1.12.36 - serverinfo: 1.2.0 - sharebymail: 1.2.0 - spreed: 2.0.1 - survey_client: 1.0.0 - systemtags: 1.2.0 - tasks: 0.9.5 - theming: 1.3.0 - twofactor_backupcodes: 1.1.1 - updatenotification: 1.2.0 - workflowengine: 1.2.0 ```Disabled apps
``` - encryption - files_external - radio - user_external - user_ldap ```Nextcloud configuration:
Content of config/config.php
``` { "instanceid": "ocldkw9697wg", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "testcloud.emrich-ebersheim.de" ], "datadirectory": "\/var\/ncdata\/nc_01\/data", "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "12.0.3.3", "dbname": "nc_cloud01", "dbhost": "localhost", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "UTC", "installed": true, "memcache.local": "\\OC\\Memcache\\APCu", "memcache.distributed": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "\/var\/run\/redis\/redis.sock", "port": 0, "timeout": 0, "dbindex": 0 }, "filelocking.enabled": true, "appstore.experimental.enabled": "true", "updater.server.url": "https:\/\/updates.nextcloud.org\/updater_server\/", "updater.release.channel": "stable", "mail_smtpmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "localhost", "mail_smtpport": "25", "enable_previews": true, "preview_max_x": 1024, "preview_max_y": 1024, "preview_max_scale_factor": 8, "trashbin_retention_obligation": "auto", "maintenance": false, "theme": "", "loglevel": 2 } ```Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Firefox 56.0.2
Operating system: Windows 7
Logs
Nextcloud log (data/nextcloud.log)