ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


PHP mbstring


  • 2009-08-04 14:16:24

    PHP mbstring

    Operating system ATutor is installed on - Win XP
    ATutor version - 1.6.3
    PHP version - 5.2.6
    MySQL version - 5.0.51a
    Webserver & version - Apache 2.2

    I have tried to enable mbstring
    - using apache httpd.conf(Load PHP Module)
    - altering php.ini (uncommenting fererence)

    and any other thing I could think of. No Luck.

    Any ideas????

    Thank you in advance....

    Tarheelgeek

  • 2009-08-04 15:48:08

    Re: PHP mbstring

    Hi,

    All you needed to do is to alter
    ;extension=php_mbstring.dll
    to
    extension=php_mbstring.dll

    in the php.ini file.

    Make sure you are editing the right php.ini file, which is under xampp/apache/bin/

  • 2009-08-05 15:05:55

    Re: PHP mbstring

    Got it working but not your easy way.

    I installed PHP 5.2.10 using MSI - a real mistake.

    After it was installed I downloaded the Zipped version and Unzipped it and moved the php_mbstring.dll to the /ext folder.

    Rebooted and 'viola' it's in and running.

    Tarheelgeek

  • 2009-08-05 15:11:04

    Re: PHP mbstring

    Ah! Good to hear.

  • 2009-08-05 15:15:30

    Re: PHP mbstring

    Lesson Learned:

    MAKE SURE THE .dll's ARE SYNCED UP WITH THE RELEASE VERSION of PHP.

    DO NOT USE THE MSI installer.

    Use the zipped version.

  • 2009-08-19 11:59:25

    Re: PHP mbstring

    hi tarheelgeek

    cloud you tell me in a step by step on how u got yours to work
    this is what ive done
    http://www.atutor.ca/view/7/18376/1.html and

    still getting the error
    need help bad :D