ATutor

Learning Management Tools







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


UTF8 not all converted


  • 2008-02-20 00:56:28

    UTF8 not all converted

    After ubgrading from version 1.5.5 to 1.6 a lot of the database has not been converted to UTF-8
    I think I made a mistake at the upgrade
    Is it possible to do it again wthout doing a roll back?
    My problem is, the roll back is not so ease because it is on our company server.

  • 2008-02-20 17:36:52

    Re: UTF-8 not all converted

    We know about tables not being converted. It should not be a problem for the time being. And, module tables are not being converted.

    You shouldn't have any trouble.

  • 2008-02-21 00:22:24

    Re: UTF-8 not all converted

    Is there a possibilitie to convert the existing tables on a easy way?

  • 2008-02-21 12:37:04

    Re: UTF-8 not all converted

    We'll issue a patch soon, which you'll be able to run with the new Patcher module about to be released.

  • 2008-02-25 08:45:42

    Re: UTF-8 not all converted

    I just tryed the convertion tool but it dit not run

    I created a directory caled utf8 and I uploaded the files.

    As I was calling the index.php the following error came up:

    Warning: main(../../include/vitals.inc.php): failed to open stream: No such file or directory in /home/www/web16/html/ATutor/utf8/index.php on line 3

    Warning: main(../../include/vitals.inc.php): failed to open stream: No such file or directory in /home/www/web16/html/ATutor/utf8/index.php on line 3

    Fatal error: main(): Failed opening required '../../include/vitals.inc.php' (include_path='.') in /home/www/web16/html/ATutor/utf8/index.php on line 3

    Wha is wrong?

  • 2008-02-25 09:32:36

    Re: UTF-8 not all converted

    Hi,

    Are you trying to use module "utf8conv"? If you are, it has to be installed as a module before using it.

    Steps:

    1. download module file "utf8conv.tar.gz" and unzip. the unzipping will create a folder "utf8conv" with all scripts in

    2. copy the folder into ATutor "mods" folder. If your ATutor is installed at "/home/www/web16/html/ATutor/", copy "utf8conv" into "/home/www/web16/html/ATutor/mods/"

    3. login ATutor as administrator, click "Install Modules", select "utf8conv", click button "Install"

    4. Once installed, select module "UTF8 Conversion", click "Enable"

    5. now the module is installed and enabled. you will have a new tab "UTF8 Conversion". Go ahead and enjoy!

  • 2008-02-26 07:53:18

    Re: UTF-8 not all converted

    Thanks Now I installed it as module

    Now I tryed to convert one file but it did'nt run

    Fatal error: Call to undefined function: strripos() in /home/www/******/html/training/cont/mods/utf8conv/utf8conv.php on line 154

    cont/mods/utf8conv/index_instructor.php

    Thanks for you Help

  • 2008-02-26 08:38:38

    Re: UTF-8 not all converted

    Hi,

    It's because your PHP version is lower than 5.0. Function strripos() is provided from PHP5.

    I've modified the script "utf8conv.php" a little bit to apply to PHP4, as attached. Please download it and replace your current "/home/www/******/html/training/cont/mods/utf8conv/utf8conv.php"

    Hope this would help.

  • 2008-02-27 02:15:04

    Re: UTF-8 not all converted

    Thanks a lot
    it runns now
    I've still a little problem
    When I export a existing course and import it again, the test results are gone.
    Is there a way to import a backup without deleting the results

  • 2008-02-27 08:36:51

    Re: UTF-8 not all converted

    Backups are just the content and structure of a course. Data is not included.