ATutor

Learning Management Tools







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


Cannot install ATutor 16


  • 2007-12-21 05:06:49

    Cannot install ATutor 16

    We cannot install ATutor 1.6 for testing because the "mbstring" is Disabled.
    We tried to config "mbstring" in the php.ini (see attachment) but it still doesn't work.
    Please help.
    Thank you.

    Things to describe:
    operating system -CentOS : Linux 2.6.9-55.0.2.ELsmp
    version of ATutor -1.5.5
    versions of php -4.3.9
    version of mysq l -4.1.20
    webserver & version - Apache/2.0.52 (CentOS)
    copies of error messages -
    changes to default settings -
    web browser being used -IE6
    and anything else relevant -the system has ATutor 1.5.4 running also.

  • 2007-12-21 05:35:19

    Re: Cannot install ATutor 1.6

    Does your server have mbstring installed?

    You can search for "mbstring" in the phpinfo() output, or type "rpm -q php-mbstring" in the console (I assume the command will go for CentOS). In the latter case, you'll see either a version or a "not installed" message.

    If it isn't, you should be able to find an appropriate RPM on the installation DVD/CD or download.

  • 2007-12-21 08:17:35

    Re: Cannot install ATutor 1.6

    I have italian server: Tophost and in this server I cannot install ATutor 1.6 for testing because the "mbstring" is not there. For My Host is impossible enable mbstring for the next future.
    It's possible install atutor without mbstring?

  • 2007-12-21 10:29:53

    Re: Cannot install ATutor 1.6

    Most servers nowadays have mbstring capabilities, so your ISP really should upgrade their system to include it. It only takes a few minutes to install.

    With Italian you might get away with just using the ATutor builtin utf-8 library (but maybe not). You can disable the mbstring check in the install/index.php file by commenting out the mbstring related lines. This may get you up and running, but it is not a solution if you plan to use the system as a production environment. That system must include mbstring support.

  • 2007-12-21 10:35:23

    Re: Cannot install ATutor 1.6

    If you are not using RPMs, you would need to recompiling PHP with the --enable-mbstring flag added.

  • 2007-12-25 23:47:41

    Re: Cannot install ATutor 1.6

    Thank you very much; we have installed "mbstring" and it works ok.

  • 2007-12-26 07:40:27

    Re: Cannot install ATutor 1.6

    You're welcome. It was a pleasure.