Results 1 to 5 of 5

Thread: Contao 4.2.4 installation error

  1. #1
    New user
    Join Date
    01-17-13.
    Posts
    4

    Beitrag Contao 4.2.4 installation error

    I usually have no problem to install Contao 3.x until 3.5.17, on my local PC using XAMPP and PHP Version 5.6.24. Right now i want to install Contao 4.2.4, and then comes the problem after entering the install tool password information, an error appears as follows:

    Fatal error: Call to undefined function Patchwork\grapheme_strlen() in C:\xampp\htdocs\mysite\vendor\patchwork\utf8\src\P atchwork\Utf8.php on line 234

    What should I do? Anyone can help me?

    Regards.

    Heru

  2. #2
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    Your environment is missing the PHP intl extension. See

  3. #3
    New user
    Join Date
    01-17-13.
    Posts
    4

    Beitrag

    Thank you for your answers.
    I've tried to change the PHP settings as follows:

    extension=php_intl.dll

    intl.default_locale = 0
    intl.error_level = E_WARNING
    intl.use_exceptions = 0

    but the error message still remains as before.

    Regards

    Heru

  4. #4
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    Verify with
    PHP Code:
    <?php phpinfo();
    that the PHP Intl Extension is active.

  5. #5
    New user
    Join Date
    01-17-13.
    Posts
    4

    Lächeln

    Quote Originally Posted by Spooky View Post
    Verify with
    PHP Code:
    <?php phpinfo();
    that the PHP Intl Extension is active.
    Yes, Intl is active.

    Internationalization support: enabled
    version: 1.1.0
    ICU version: 57.1
    ICU Data version: 57.1

    Contao 4.2 already installed now.

    Thank you very much for your help.

    Regards.

    Heru

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •