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
Error in: /vendor/craftcms/cms/src/web/Request.php
/vendor/craftcms/cms/src/web/Request.php
line 1157:
if ( !empty($parsed['host']) && $hostName && $parsed['host'] !== $hostName && ( !function_exists('idn_to_ascii') || idn_to_ascii($parsed['host'], IDNA_NONTRANSITIONAL_TO_ASCII, INTL_IDNA_VARIANT_UTS46) !== $hostName ) ) { continue; }
Error:
Use of undefined constant IDNA_NONTRANSITIONAL_TO_ASCII - assumed 'IDNA_NONTRANSITIONAL_TO_ASCII'
Amazon S3: 1.2.5 Redactor: 2.3.3.2 Supertable: 2.2.1 Amazon S3: 1.0.9
The text was updated successfully, but these errors were encountered:
259297c
Just fixed this for the next release.
To get the fix early, change your craftcms/cms requirement in composer.json to:
craftcms/cms
"require": { "craftcms/cms": "dev-develop#259297cd890398c3ac16946b7c898b2ad040dbbe as 3.2.9", "...": "..." }
Then run composer update.
composer update
Sorry, something went wrong.
No branches or pull requests
Description
Error in:
/vendor/craftcms/cms/src/web/Request.php
line 1157:
Error:
Use of undefined constant IDNA_NONTRANSITIONAL_TO_ASCII - assumed 'IDNA_NONTRANSITIONAL_TO_ASCII'
Steps to reproduce
e.g. set base domain to example.com then visit www.example.com
Additional info
Amazon S3: 1.2.5
Redactor: 2.3.3.2
Supertable: 2.2.1
Amazon S3: 1.0.9
The text was updated successfully, but these errors were encountered: