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

Deprecated in PHP 7.4 #3915

Closed
PeymanNaeimi opened this issue Mar 4, 2020 · 6 comments
Closed

Deprecated in PHP 7.4 #3915

PeymanNaeimi opened this issue Mar 4, 2020 · 6 comments

Comments

@PeymanNaeimi
Copy link

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

yura-x pushed a commit to yura-x/Unyson that referenced this issue Mar 13, 2020
…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
yura-x pushed a commit to yura-x/Unyson that referenced this issue Mar 13, 2020
…tes_gpc() is deprecated in ...\wp-content\plugins\unyson\framework\helpers\general.php on line 487
@ViorelEremia
Copy link
Contributor

It is fixed in the latest version, update the plugin

@Saxtone
Copy link

Saxtone commented Jul 7, 2020

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 👀

@jonmlas
Copy link

jonmlas commented Aug 7, 2020

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

@vtamm
Copy link

vtamm commented Aug 26, 2020

Same here on PHP 7.4.9:

Deprecated: Array and string offset access syntax with curly braces is deprecated in /Users/vtamm/Sites/x/web/app/plugins/unyson/framework/extensions/builder/includes/option-types/builder/extends/class-fw-option-type-builder.php on line 353

@maxjutras
Copy link

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

@macdonjo
Copy link

I think Unyson is abandoned and no longer maintained.

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

No branches or pull requests

7 participants