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

Version 3.8.1 : Deprecated Functionality: Function utf8_encode() #516

Closed
nitin700 opened this issue May 17, 2023 · 8 comments
Closed

Version 3.8.1 : Deprecated Functionality: Function utf8_encode() #516

nitin700 opened this issue May 17, 2023 · 8 comments

Comments

@nitin700
Copy link

1 exception(s):
Exception #0 (Exception): Deprecated Functionality: Function utf8_encode() is deprecated in vendor/payone-gmbh/magento-2/Model/Methods/OnlineBankTransfer/Ideal.php on line 125

@nitin700 nitin700 changed the title Deprecated Functionality: Function utf8_encode() Version 3.8.2 : Deprecated Functionality: Function utf8_encode() May 17, 2023
@nitin700 nitin700 changed the title Version 3.8.2 : Deprecated Functionality: Function utf8_encode() Version 3.8.1 : Deprecated Functionality: Function utf8_encode() May 17, 2023
@nitin700
Copy link
Author

using php 8.2 which is recommended by Magento for 2.4.6 version utf8_encode is deprecated.
fix is to replace function with mb_convert_encoding($string, 'UTF-8')

@janteuber
Copy link
Contributor

Hello @nitin700 ,

Thanks for your message.

I will forward it to our dev-team.

@FatchipRobert
Copy link
Contributor

This has already been changed in the Master branch and will be part of the next release.

@netzkollektiv
Copy link
Contributor

This is open for a while now - when is the next release going to be released?

@janteuber
Copy link
Contributor

Hello @netzkollektiv ,
our next release is planed for mid of July.

@netzkollektiv
Copy link
Contributor

Just stumbled over this issue again ... a fix would be appreciated :-)

@elioermini
Copy link

Hello we have this issue that is blocking us to switch to PHP 8.2, when is the next release expected?

@janteuber
Copy link
Contributor

Hello @elioermini ,
at the moment we plan the release for next week.

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

5 participants