ATutor

Learning Management Tools







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


INSTALLTION ISSUE


  • 2008-10-09 15:50:53

    INSTALLTION ISSUE

    I am new to atutor - installing atutor and had the following issue 'CALL TO UNDEFINED FUNCTION; SESSION-START() IN ...DIRECTORY
    '
    your help is much appreciated


    Things to describe:
    Operating system ATutor is installed on - linux suse 9
    ATutor version - 1.6.1
    Patch #s applied - none
    ATutor theme name - n/a
    PHP version - 4.3.4
    MySQL version - 5.0.6.7
    Webserver & version - apache 2
    Copies of error messages -
    FATAL ERROR ; CALL TO UNDEFINED FUNCTION; SESSION-START() IN ...DIRECTORY

  • 2008-10-10 10:25:26

    Re: INSTALLTION ISSUE

    Sounds like PHP does not have session support. Turn it on in the php.ini file, or ask your ISP to if your on a hosted system. Sessions documentation is found in the file.

  • 2008-10-10 10:30:26

    Re: installation issue

    More information:

    The above error is received after ATutor has been unpacked during the initial phase of install.

    I get to the screen after typing the following URL:

    "http://localhost/~jmcdonald/ATutor/"

    I am then redirected to the standard "not installed" URL below:

    "http://localhost/~jmcdonald/ATutor/install/not_installed.php"

    I then get the following message in the browser window:

    "ATutor 1.6.1 Installation"

    "ATutor does not appear to be installed. Continue on to the installation."

    When I click the link to "continue on to the installation", I am presented with the error message:

    "Fatal error: Call to undefined function: session_start() in /home/jmcdonald/public_html/ATutor/install/index.php on line 27"

    This is where I am stuck. Has anyone experienced this. I have verified that Apache2/PHP/Msql are running.

    Any help is greatly appreciated![b] [/b] [b] [/b]

  • 2008-10-10 10:45:19

    Re: installation issue

    Like Greg has said, your session is not enabled.

  • 2008-10-10 14:19:59

    Re: installation issue

    Excellent. I am on to the next part of the install.

    Thank you very much!