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

[4.x]: datefmt_create: No such time zone: '+01:00': U_ILLEGAL_ARGUMENT_ERROR #13270

Closed
kamejosh opened this issue Jun 2, 2023 · 3 comments
Closed
Assignees

Comments

@kamejosh
Copy link

kamejosh commented Jun 2, 2023

What happened?

Description

After upgrading from Craft 4.4.10_1 I can no longer edit a matrixBlock type. presumably because some field triggers this error. It is not happening with all matrixBlocks, so i will provide the config.
I tried creating a field for all the different types available in my project but outside of this matrixBlock nothing triggered the error

Steps to reproduce

  1. Install Craft 4.4.13
  2. Go To Settings
  3. Go to Fields
  4. Try opening a Matrixblock
  5. Error appears

Expected behavior

Editing matrixBlock is possible without Server Error

Actual behavior

Editing certain matricBlocks trigger a Server Error

matrixblock Config

columnSuffix: null
contentColumnType: string
fieldGroup: 9c75cf65-133a-4757-8c1f-c03ae2d4ce6e # Common
handle: contentBlocks
instructions: null
name: Seiteninhalte
searchable: false
settings:
  contentTable: '{{%matrixcontent_contentblocks}}'
  maxBlocks: null
  minBlocks: null
  propagationKeyFormat: null
  propagationMethod: all
translationKeyFormat: null
translationMethod: site
type: craft\fields\Matrix

matrixBlockTypes config files

matrixBlockTypes.zip

Craft CMS version

4.4.13

PHP version

8.2.6

Operating system and version

macOS 13.4 and Linux Ubuntu

Database type and version

Mysql 8.0.29

Image driver and version

No response

Installed plugins and versions

"craftcms/contact-form": "3.0.1",
"craftcms/contact-form-honeypot": "2.0.0",
"craftcms/redactor": "3.0.4",
"ether/seo": "4.1.2",
"misterbk/mix": "^1.6",
"shornuk/craft-plausible": "2.0.0",
"verbb/field-manager": "3.0.6",
"verbb/super-table": "3.0.9",
@kamejosh
Copy link
Author

kamejosh commented Jun 2, 2023

Just performed an additional test, the first version the error is happening in ist Craft 4.4.12 so it was probably introduced in this version. 4.4.11 is running without issue.

@i-just
Copy link
Contributor

i-just commented Jun 5, 2023

Hi, thanks for reporting! This affects the default date and time values in an editable table. I raised a PR for it.

@brandonkelly
Copy link
Member

Craft 3.8.14 and 4.4.14 are out with a fix for this. Thanks again for reporting!

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

No branches or pull requests

3 participants