ATutor

Learning Management Tools







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


Strange problem just after installation not able to login


  • 2006-06-15 12:06:40

    Strange problem just after installation not able to login

    Things to describe:
    operating system - WinXP
    version of ATutor -1.5.2
    versions of php -4.3.10
    version of mysq l -4.1.9
    webserver & version -Apache/1.3.33
    web browser being used -IE/ firefox

    i m able to install atutor like a breeze but... the strange problem is that i am not able to log-in.... i have tried to uninstall and then again reinstalling and again running... but i m encountering the same problem... that i m not able to login!!! the error is: "Session cookies must be enabled in your browser to login"... but my cookies are already enabled!!!

    i have attatched the jpeg image of the problem!!!

    can any1 plz help!!
    thnx

  • 2006-06-15 12:28:49

    Re: Strange problem just after installation!!!... not able to login!!!!

    Make sure PHP is set to run sessions. This setting is found in the php.ini file, and you can create a phpinfo file to see if its turned on.

    [php]

    phpinfo();

    [/php]


    This error generally appears when php sessions are not running, or you have tried to access the system through a remote link or login page.

  • 2006-06-17 02:13:01

    how to check with the help of php???

    i created a phpinfo file as u said.... now how to view this file???

  • 2006-06-17 02:15:07

    Re: how to check with the help of php???

    n hey one more thing.... where to keep this file.. i mean in which path...

    i kept this file in php folder!!

    reply as soon as possible!!!

    thnx

  • 2006-06-17 08:51:33

    Re: how to check with the help of php???

    Place the file in the root directory of ATutor, then open it in your browser by typing the path/url/web adress to the file.

  • 2006-06-17 12:11:40

    phpinfo shows

    phpinfo is workin fine...

    but i m still not able to log-in... what is the possible reason????
    plz view the attachment again... it says:-
    "Session cookies must be enabled in your browser to login"
    is there some problem in the browser or what???
    i hav used IE as well as latest firefox...
    but the problem is still existing in both the browsers!!!

    plz tell the solution...

    reply soon... thnx

  • 2006-06-17 15:20:50

    Re: phpinfo shows

    Attach a copy of the output from your phpinfo file here.

  • 2006-06-18 07:50:37

    attached the output of phpinfo

    hello greg

    i have copied the output of phpinfo in .doc format which i have attached with this reply!!!

    please see it... n give some solution!!!

    thnx n regards

  • 2006-06-18 07:52:44

    phpinfo in html format

    i have attached the phpinfo in html format for u to have a better view in it!!!

    thnx... n reply soon!!

  • 2006-06-18 09:38:25

    Re: phpinfo in html format

    I don't see anything out of the normal.

    It will be something specific to your system, as it does not seem to be happening for anyone else. You will need to investigate this yourself.

    If possible try installing on a different system.

    Or, you could try commenting out the session cookie error message and see what happens.

    in login.php comment out the following line

    [php]

    //$msg->addError('SESSION_COOKIES');

    [/php]