-
Notifications
You must be signed in to change notification settings - Fork 83
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
Exporter relies on deprecated money_format()
function
#260
Comments
Hello @mbabker Do you think NumberFormatter::formatCurrency is the right choice ? |
I have this problem as well; I just installed the plugin and the command line works but if I click on the 'export' button on the order admin page, I get this error about the money_format... so how can I fix that please ? |
By doing this: it works now ... Also, is there a way to use the translations to have the column names in my locale instead of in english ? |
Any news here? I have the same problem with PHP 8.1 |
The
money_format()
function is deprecated in PHP 7.4 and removed in PHP 8.0. The function is still used inFriendsOfSylius\SyliusImportExportPlugin\Exporter\Transformer\Handler\IntegerToMoneyFormatHandler::process()
.The text was updated successfully, but these errors were encountered: