ATutor

Learning Management Tools







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


Error in glossary


  • 2008-04-29 23:04:27

    Error in glossary

    Dear my friends,
    There is error in glossary page and this error appear:
    Fatal error: Call to undefined function utf8_stringtoupper() in /home/virtuale/public_html/glossary/index.php on line 76

    Thanks for your help,

    Things to describe:
    operating system -
    version of ATutor -
    versions of php -
    version of mysq l -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used -
    and anything else relevant -

  • 2008-05-13 12:09:56

    Re: Error in glossary

    hello,

    This has been reported, http://www.atutor.ca/view/3/13422/1.html

  • 2008-05-19 21:47:14

    Fix this bug

    I have found the way to fix this bug as following:

    + Open /include/vitals.inc.php
    + Find: extension_loaded('mbstring')
    + Replace 'utf8_stringtolower' with 'utf8_strtolower'
    + Replace 'utf8_stringtoupper' with 'utf8_strtoupper'

  • 2008-05-21 16:05:08

    Re: Fix this bug

    Yes that will fix the problem.

  • 2008-07-07 23:46:27

    Re: Fix this bug

    Same problem here. Running OS X 10.4.11 with MAMP 1.7.1 installed with the following programs:
    Apache 2.0.59
    MySQL 5.0.41
    PHP 4.4.7 & 5.2.5
    APC 3.0.14
    eAccelerator 0.9.5.1
    XCache 1.2.0
    phpMyAdmin 2.10.2
    Zend Optimizer 3.2.2
    SQLiteManager 1.2.0
    Freetype 2.3.4
    t1lib 5.1.1
    curl 7.16.2
    jpeg 6b
    libpng-1.2.18
    gd 2.0.28
    libxml 2.6.29
    libxslt 1.1.21
    gettext 0.16.1
    libidn 0.6.14
    iconv 1.11
    mcrypt 2.5.8
    YAZ 3.0.6 & PHP/YAZ 1.0.12

    Harris, I downloaded the latest Atutor version and the code you suggested to change has already been corrected. I am still receiving the mbstring error. Do I need to enable mbstring by a command of some sort in PHP. Sorry if this is a beginner's questions but I haven't been able to complete the install. Many thanks, Scott

  • 2008-07-08 00:14:56

    Re: Fix this bug

    'mbstring' library is missing from the PHP

    This is the error message I receive from the Atutor index.php page as I try to install. I am also unable to click continue without installing.

  • 2008-07-08 09:44:56

    Re: Fix this bug

    Hello,

    After you clicked continue, the 'Install' button will show up again.

    Or you can enable mbstring in your installation; open xampp\apache\bin\php.ini, and change

    ;extension=php_mbstring.dll

    to

    extension=php_mbstring.dll


    harris