Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hyyan Abo Fakher

    (@hyyan)

    @ajachocki Thanks for your feedback, but this is not the right place to past it anyway
    if you have an issue submit it please to Github where this project is being developed.

    What PHP version you are using, you will get such an error if the php_intl.dll extension is not enabled .

    You need to enabled it in php.in file something like
    extension=ext/php_intl.dll

    Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    Agree, “Review” is not an appropriate way of raising a support issue. If there is an issue it should be reported on https://github.com/hyyan/woo-poly-integration/issues

    NumberFormatter is part of intl extension bundled with PHP since PHP 5.3 (2009): https://php.net/manual/en/class.numberformatter.php
    If you are using a version older than that you should definitely upgrade. Please note that everything prior to PHP 5.6 is currently considered old and unsupported by the developers of PHP. There are no security releases for older versions.

    And if you are running a multi-language site it makes sense to have the internationalization extension enabled..

    This feature can also be turned off from the Settings page, ie: /wp-admin/options-general.php?page=hyyan-wpi under Features, Use locale number formats

    Thread Starter ajachocki

    (@ajachocki)

    Thank you for quick answer. You were right. I just needed the extension. I changed my review.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Version 1.0.2 needs php_intl extension’ is closed to new replies.