ATutor

Learning Management Tools







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


Problem starting ATutor


  • 2004-04-27 17:09:03

    Problem starting ATutor

    Hello.
    My system: Win XP Home Edition, Apache 1.3.29, PHP 4.3.4, MySQL 3.23.58
    When I try to start ATutor, I have: "Warning: session_start(): open(/tmp\sess_a06497278bc9d2af832d6f4a850fd767, O_RDWR) failed: No such file or directory (2) in c:\atutor\include\session.inc.php on line 17"

    I have created the temp dir: define('CACHE_DIR', 'C:/WINDOWS/TEMP/')

    I have created the session save path dir: session.save_path = "C:/PHP/SESSIONDATA/"

    Any idea ??
    Thank you very much.

  • 2004-04-27 17:55:56

    disable cache

    Disable the cache directory for now by making it empty, then retry starting ATutor.

    define('CACHE_DIR', '')

    You can reset this value to point to a writable directory later.

    Is c:\ the webserver document root? Apache may be misconfigured if its not.