ATutor

Learning Management Tools







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


No such course ID found


  • 2006-10-24 14:03:20

    No such course ID found

    Windows 2000
    IIS Server
    PHP Version 5.1.4
    Latest ATutor
    MySQL 5.0.22

    PHP.INI:
    session.save_path = "C:/Inetpub/wwwroot/session_data"
    session.auto_start = 0
    ===========================

    I can see the Welcome course without logging in.
    I can create a new user.
    When I attempt to log in either as the original user or a new, registered user, I get the error "No such course ID found." and I am not logged in.

    Thinking this is a session problem - probably a setting in PHP.INI. Can anyone help?

  • 2006-10-24 14:07:03

    Re: No such course ID found

    Also - logging in as the administrator - I can't log in. It redirects me back to the login page, and I am not logged in.

  • 2006-10-25 10:22:14

    Re: No such course ID found

    Try a different browser?

  • 2006-10-25 12:02:27

    Re: No such course ID found

    Tried Firefox - same results.

    I went through my PHP.INI file and made sure all of the lines from the user guide were set:

    safe_mode = Off
    display_errors = Off
    arg_separator.input = ";&"
    register_globals = Off
    magic_quotes_gpc = Off
    magic_quotes_runtime = Off
    allow_url_fopen = On
    register_argc_argv = Off
    zlib.output_compression = On
    post_max_size = 8M ; or greater
    file_uploads = On
    upload_max_filesize = 2M ; or greater
    session.use_trans_sid = 0
    include_path = ".:/usr/local/lib/php" ; must include . (dot)

  • 2006-10-25 12:35:39

    Re: No such course ID found

    It is likely IIS that's the problem. Which verion of it are you using.

    Apache works much better with PHP. We recommend using it.