-
Notifications
You must be signed in to change notification settings - Fork 216
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
Deprecated in PHP 7.4 #3915
Comments
…t access syntax with curly braces is deprecated in ...\wp-content\plugins\unyson\framework\includes\option-types\wp-editor\includes\class-fw-wp-editor-settings.php on line 192
…tes_gpc() is deprecated in ...\wp-content\plugins\unyson\framework\helpers\general.php on line 487
It is fixed in the latest version, update the plugin |
Hey @ViorelEremia , Thank you for the fix on the deprecated functions. Unfortunately I still receive the second deprecated error with the latest plugin version: Deprecated: Array and string offset access syntax with curly braces is deprecated in ...\wp-content\themes...\unyson\extensions\builder\includes\option-types\builder\extends\class-fw-option-type-builder.php on line 353 From the commit history on top, I can't find that this line has been edited 👀 |
I also got this on PHP 7.4 Deprecated: Array and string offset access syntax with curly braces is deprecated in /nas/content/live/xxxxxx/wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/extends/class-fw-option-type-builder.php |
Same here on PHP 7.4.9:
|
This issue was fixed for PHP 7.4 but now cause a Fatal error in PHP 8 Fatal error: Array and string offset access syntax with curly braces is no longer supported in /includes/Unyson/framework/includes/option-types/wp-editor/includes/class-fw-wp-editor-settings.php on line 192 Any idea? Thanks a lot |
I think Unyson is abandoned and no longer maintained. |
I have these errors in PHP 7.4 :
Deprecated: Array and string offset access syntax with curly braces is deprecated in ...\wp-content\plugins\unyson\framework\includes\option-types\wp-editor\includes\class-fw-wp-editor-settings.php on line 192
Deprecated: Array and string offset access syntax with curly braces is deprecated in ...\wp-content\themes...\unyson\extensions\builder\includes\option-types\builder\extends\class-fw-option-type-builder.php on line 353
Deprecated: Function get_magic_quotes_gpc() is deprecated in ...\wp-content\plugins\unyson\framework\helpers\general.php on line 487
my PHP -v informations:
PHP 7.4.2 (cli) (built: Jan 21 2020 17:52:43) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
The text was updated successfully, but these errors were encountered: