ATutor

Learning Management Tools







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


Install problem


  • 2003-12-23 12:13:08

    Install problem

    I have tried 3 clean installs of 1.31 and keep getting the following, I made it completely thru the install process with no problems that I could see

    Warning: Cannot set time limit in safe mode in /home/www/bigislesouth/ATutor/include/session.inc.php on line 15

    Warning: Cannot send session cache limiter - headers already sent (output started at /home/www/bigislesouth/ATutor/include/session.inc.php:15) in /home/www/bigislesouth/ATutor/include/session.inc.php on line 20

    Warning: Cannot add header information - headers already sent by (output started at /home/www/bigislesouth/ATutor/include/session.inc.php:15) in /home/www/bigislesouth/ATutor/include/vitals.inc.php on line 83

    Warning: Cannot add header information - headers already sent by (output started at /home/www/bigislesouth/ATutor/include/session.inc.php:15) in /home/www/bigislesouth/ATutor/include/basic_html/header.php on line 15

    Any suggestions on where to look

  • 2003-12-23 13:54:43

    Safe mode problem

    This is probably happening because your server's php running in safe mode. There will be other problems as well. Have a look at the php manual coverage of Safe Mode:

    http://www.phpworld.com/manual2003/features.safe-mode.html

    Try adding an at sign (@) to the beginning of line 16 in include/session.inc.php

    @set_time_limit(0);

  • 2003-12-24 12:54:09

    Did the trick

    @ seemed to do the trick so far everything else seems to be working fine.

    Mahalo nui loa for your help and enjoy the holidays