ATutor

Learning Management Tools







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


Problems installing running


  • 2005-03-16 00:08:13

    Problems installing running

    Greetings,

    I have installed ATUTOR and aparently all was OK -- at least the installation routine went along no problem...

    When I try to login behind IE 6, my user names and passwords do not work and I am taking back to the login page...

    If I use FireFox, I can login... but as I try to create a first rial course... I am getting errors:

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/www/mamHere/0_php-bin/aTutor/include/classes/ContentManager.class.php on line 147

    Warning: Cannot modify header information - headers already sent by (output started at /home/www/mamHere/0_php-bin/aTutor/include/classes/ContentManager.class.php:147) in /home/www/mamHere/0_php-bin/aTutor/users/create_course.php on line 60

    I also found a bit puzzling (being the average user) during setup the way permissions are mentioned --- it would be far more clear, when referringt o UNIX, to mention "CHMOD 777" or "CHMOD 666" etc., for example, then the way it appears... a+rwe name May I suggest that these are included in the future!?

    Thanks in advnace for any help.

    Joa1

    The info below is what I believe describes the server/setup of the machine I am trying to install/run ATUTOR on..

    operating system - Apache 1.3.33
    version of ATutor - 1.4.3
    versions of php - 4.3.10
    version of mysq l - 3.23.54
    webserver & version - i686 (PC) UNIX 2.4.25-ci
    copies of error messages - above
    changes to default settings - not sure what this means...
    web browser being used - IE and FireFox as per above, but would rather use IE only, and the template in FireFox look horrid
    and anything else relevant - can't think of anyhting else right now, but willtry to provide info if someone requests any specific...

  • 2005-03-16 08:47:28

    cookies

    make sure cookies are enabled

    Reinstall ATutor. perhaps a file was corrupted.

  • 2005-04-24 22:53:11

    FIX!!!!

    comment out lines 145-148 of ContentManager.class.php and add a line immediately after that has

    $cid=mysql_insert_id($this->db);

  • 2006-06-05 20:53:01

    Re: FIX!!!!

    hi designedmind,

    thanks for the sugestions... did as you say... getting this error:

    Warning: main(Language.class.php): failed to open stream: No such file or directory in /home/www/mamHere/0_php-bin/aTutor/include/classes/Language/LanguageManager.class.php on line 15

    Fatal error: main(): Failed opening required 'Language.class.php' (include_path='') in /home/www/mamHere/0_php-bin/aTutor/include/classes/Language/LanguageManager.class.php on line 15

    any ideas?...

    many thanks,

    joa1
    ps. yep, greg, cookies are enabled...

  • 2006-06-05 21:09:04

    Re: FIX!!!!

    hi,

    just a couple details more:

    This error is showing up when i go to
    /aTutor/index.php
    a page that is automatically redirecting me to
    /aTutor/login.php

    and

    when i open Language.class.php this is what i see on line 15:

    define('AT_LANGUAGE_LOCALE_SEP', '-');

    for LanguageManager.class.php line 15 is:

    require_once('Language.class.php');

    i tried looking for a string like

    include_path=''

    in both files to see if i could insert a path there or something... but neither file has any such string...

    and the path and files seem to be ok...

    thks in advance for any further feedback,

    joa1