DateMalformedStringException
- Failed to parse time string: Double timezone specification
#10317
Open
5 of 8 tasks
Labels
Bug description
The mail body interface reported an error of 500, and the mail body could not be displayed
Background log:DateMalformedStringException
Failed to parse time string (Mon, 4 Nov 2024 11:16:12 +0800 (GMT+08:00)) at position 35 (+): Double timezone specification
Steps to reproduce
1.Open inbox
2.Click on the email you receive
3.The body cannot be displayed properly, and an error occurs on the body interface
Expected behavior
The mail body content is displayed normally
Nextcloud Server version
master
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Nginx
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
{
"system": {
"datadirectory": "REMOVED SENSITIVE VALUE",
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"192.168.16.23:8443",
],
"dbtype": "mysql",
"version": "30.0.1.2",
"overwrite.cli.url": "https://192.168.16.23:8443",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"filelocking.enabled": true,
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 63799,
"password": "REMOVED SENSITIVE VALUE"
},
"trashbin_retention_obligation": "auto,5",
"default_phone_region": "CN",
"default_language": "zh_CN",
"default_locale": "zh",
"appstoreenabled": false,
"maintenance_window_start": 17,
"maintenance": false,
"enable_previews": true,
"enabledPreviewProviders": [
"OC\Preview\PNG",
"OC\Preview\JPEG",
"OC\Preview\GIF",
"OC\Preview\HEIC",
"OC\Preview\BMP",
"OC\Preview\XBitmap",
"OC\Preview\MP3",
"OC\Preview\TXT",
"OC\Preview\MarkDown",
"OC\Preview\Movie",
"OC\Preview\MKV",
"OC\Preview\MP4",
"OC\Preview\AVI",
"OC\Preview\Photoshop",
"OC\Preview\TIFF",
"OC\Preview\SVG"
],
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "ssl",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"app_install_overwrite": [
"files_mindmap"
],
"upgrade.disable-web": true
}
}
List of activated Apps
Enabled:
Disabled:
Nextcloud Signing status
No response
Nextcloud Logs
Failed to parse time string (Mon, 4 Nov 2024 11:16:12 +0800 (GMT+08:00)) at position 35 (+): Double timezone specification
Additional info
No response
The text was updated successfully, but these errors were encountered: