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