ATutor

Learning Management Tools







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


Char set after Upgrade


  • 2007-10-15 05:37:30

    Char set after Upgrade

    Hi
    I have a Problam after upgradng from Version 1.5.3.
    In the mambers list the names containing spetial carracters are schown wrong except in english.
    ex:

    In French German and spanish is shown: J?/td>
    In English: Jrg

    How can I fix this?


    ATutor Version: 1.5.5. Che
    PHP Version: 4.3.11
    MySQL Version: 4.0.27
    OS: Linux 2.6.11.4-21.17-default

  • 2007-10-15 10:11:49

    Re: Char set after Upgrade

    Hi,
    it seems to me that this is an encoding problem. I have not experienced this myself. However, I would suggest you to try using the same language package as the one you have used in 1.5.3.
    So if you were using ISO-8859-1 in 1.5.3, you might want to use ISO-8859-1 in 1.5.5 again instead of UTF-8.

    For your information, we are going to migrate ATutor to UTF8 soon, and this problem will no longer occur.

  • 2007-10-16 03:21:22

    Re: Char set after Upgrade

    As I remember I used the same charsets inmy pevious version.
    I use UTF-8 except for the english as it is in your download section.
    If that is the problem, that means I have to correct all users manualy to the new Charset.
    So I suggest also to make the default language in your download section to UTF-8.
    Thanks
    Thomas

  • 2007-10-16 09:14:06

    Re: Char set after Upgrade

    Hi Thomas,

    You can convert any UTF-8 back to their own charset through here: http://www.atutor.ca/atutor/translate/convert.php

  • 2007-10-17 02:12:46

    Re: Char set after Upgrade

    Now I made it to UTF-8 and I changed the faulty Chracters manualy.
    It runs well but I have one member with a danish name which creates problems now:
    Last name is shown as:

    Lth input type=

    This part of input type I can not remove.
    How can I fix that?

  • 2007-10-24 10:27:17

    Re: Char set after Upgrade

    hi, sorry for the late reply.

    What character encoding did that user used when he entered the danish name?

  • 2007-10-25 05:10:25

    Re: Char set after Upgrade

    I use UTF-8 now.

  • 2007-11-05 15:46:05

    Re: Char set after Upgrade

    We're hoping this character problems will all go away with the next release sometime before christmas. Its focus is converting the system to UTF-8 exclusively. We'll have an early release in the coming weeks. You can help with some testing.

  • 2007-11-27 05:12:13

    Re: Char set after Upgrade

    Now I just fount a litle problem in the instructors aerea.
    I use UTF-8 only now.
    It is in the overview of the question database:
    (cont/tools/tests/question_db.php)

    Text shoult be:
    Le participant possde

    And it is shown as:
    Le participant possde
    html:
    <td>Le participant possède les base…</td>


    In the header I can finde the Tag for UTF-8
    html:
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

  • 2007-11-28 01:55:06

    Re: Char set after Upgrade

    I Suggest to create a tool to changes the whole existing databases (Ex. Question Database), by upgrading from older versions of ATutor, in to UTF-8, to prevent of big manual Work to change it manualy. probaply in the Installation script by the upgrade?

  • 2007-11-28 09:44:01

    Re: Char set after Upgrade

    Yes, it will come with the 1.6 installation, and they will be part of the Upgrade steps.

    [reply][b]In reply to:[/b]
    I Suggest to create a tool to changes the whole existing databases (Ex. Question Database), by upgrading from older versions of ATutor, in to UTF-8, to prevent of big manual Work to change it manualy....
    [op]forums/view.php?fid=7;pid=11894;page=1#12059[/op][/reply]

  • 2007-11-28 11:09:04

    Re: Char set after Upgrade

    Well, and don't forget chat transcripts.

    [reply][b]In reply to:[/b]
    Yes, it will come with the 1.6 installation, and they will be part of the Upgrade steps.
    [op]forums/view.php?fid=7;pid=11894;page=1#12068[/op][/reply]

  • 2007-11-28 11:14:30

    Re: Char set after Upgrade

    Thanks for reminding, I will keep that in mind.

  • 2007-11-30 02:38:54

    Re: Char set after Upgrade

    If you are you are already doing some changes in the upgrade script, I have a other suggest:

    After upgrading, the old content folder can not be deletet (at least on my unix server) by FTP, because chmode is not correct. It would be great on the verry end of the script change all chmodes to 666. so the user can delete the old ATutor by him selve instead calling the webhosting admin to do it.