ATutor

Learning Management Tools







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


I cannot login to my AContent installation


  • 2011-11-09 15:07:32

    I cannot login to my AContent installation

    Hi

    I have just set up both ATutor and AContent in my system (OS: linux debian latest, server: apache2, php5: latest, mysql: latest).

    It's an unmaneged VPS so I am in full control

    http://kampus.akademia.cl (ATutor)
    http://labs.akademia.cl (AContent)

    I have managed OK to connect them and to produce and import a sample lesson from AContent to ATutor, which is visible there, so all that is fine. But after I log out of AContent, when I try to login again I get this error message:

    "The following errors have occured:

    This account has been deactivated"

    My solution was to register a new user but then after logout the same login error happens with that user too

    I am absolutely sure that I am using the right login details

  • 2011-11-10 09:57:27

    Re: I cannot login to my AContent installation

    Can you post the exact error message that was given at your AContent login so we could trace down when it's triggered? "This account has been deactivated" isn't found in our error messages stock.

  • 2011-11-10 16:30:57

    Re: I cannot login to my AContent installation

    It's the spanish version of AContent. I am including a screen snapshot so you can see the exact wording. Or you could try registering a dummy user and then logging out, the error will be reproduced when you attempt to login in again. (...maybe "desactivada" is the translation for "disabled"?)

    http://labs.akademia.cl/AContent/login.php

    (I have a feeling the issue might have to do with mysql collation, as the installation script asked me to change the collation but as a result the Spanish special chars are breaking down, as you can see at the bottom of the snapshot... but it is only a hunch)

    Thanks

  • 2011-11-11 09:57:08

    Re: I cannot login to my AContent installation

    I cannot reproduce the same issue at my localhost and the demo site: http://atutor.ca/acontent/demo/home/index.php

    One thing you'd like to check is the field definition of AC_users.status ("AC_users" is the table name and "status" is the field). This field should be defined as,

    NOT NULL default '1'

    "default '1'" is important which means enabling the registered user by default. The value "0" would throw "disabled" error.

  • 2011-11-11 14:56:41

    Re: I cannot login to my AContent installation

    Thanks for taking time over this. I did a full fresh install and the problem seems to have been solved. This time I presented the install script with no pre-made database so it created its own and there were no warnings or other issues. One small side question though: under the profile tab al the personal info submitted during the install appears blank. Is this the expected behaviour? Last time I refilled the blanks, but this time I obviously did not dare touch it!

  • 2011-11-11 15:18:13

    Re: I cannot login to my AContent installation

    Again, tried and cannot re-produced.