• Resolved zkagen

    (@zkagen)


    After update, i get a HTTP ERROR 500

    This is my logfile:
    “[31-Jul-2017 09:44:38 UTC] PHP Fatal error: Uncaught Error: Class ‘NumberFormatter’ not found in /var/www/clients/xxxx/xxxxx.com/web/update/wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/LocaleNumbers.php:105

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    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.dllNumberFormatter is part of intl extension bundled with PHP since PHP 5.3 (2009): http://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..

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

    This is also discussed on: https://ww.wp.xz.cn/support/topic/update-to-1-0-2-breaks-site/

    Thread Starter zkagen

    (@zkagen)

    Thanks for the fast feedback.
    I will try and fix it.

    Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    this is resolved now in any case with 1.0.3 release

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP Fatal error’ is closed to new replies.