ATutor

Learning Management Tools







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


Install Problem


  • 2004-10-26 19:10:22

    Install Problem

    RedHat 7.1
    PHP 4.1.2
    mySQL 3.23.56
    Apache 1.3.27

    I have ATutor working on another website on this server so I know it all works with my versions but something went weird installing it on a second domain.

    Went through the install successfully. Clicked on login and I get this error:

    Fatal error: Call to undefined function: ob_clean() in /home/webadmin/blahblah.com/html/include/session.inc.php on line 31


    Line 31 of session.inc.php is this:
    ob_clean();

    If I try accessing any files such as the index.php file I also get this error.

    TYIA

  • 2004-10-27 08:40:15

    maybe this

    Be sure to provide enough information about your system, and the circumstances of any problems you are experiencing. Support requests lacking complete information may not get a reply. [DELETE THIS NOTICE BEFORE SENDING YOUR SUPPORT REQUEST] please look in the vitals.php and ssearch this
    require(AT_INCLUDE_PATH.\'lib/output.inc.php\'); /* output functions */
    require(AT_INCLUDE_PATH.\'phpCache/phpCache.inc.php\'); /* cache library */
    require(AT_INCLUDE_PATH.\'lib/select_lang.inc.php\'); /* set current language */
    require(AT_INCLUDE_PATH.\'classes/ContentManager.class.php\'); /* content management class */
    require(AT_INCLUDE_PATH.\'classes/Savant/Savant.php\'); /* for the theme and template management */

    the output.inc.php must bevore the other .

  • 2004-10-27 15:38:27

    Thanks for replying...but

    I changed my vitals.inc.php and put the output.inc.php string before the rest like your example but still have the same error.

  • 2004-10-27 15:51:15

    Upgrade php

    You need to upgrade php. PHP 4.2 is the minimum, but you should be using 4.3+.